import { PostMeta } from "@blog/models/PostMeta"; export type Post = { meta: PostMeta; content: string; html?: string; };