Skip to content

Type Alias: Post

ts
type Post = Partial<PostFrontMatter> & object;

Defined in: packages/valaxy/types/posts.ts:5