import { PostMeta } from '@blog/model/PostMeta'; export type Post = { meta: PostMeta, content: string, html?: string };