import { PostType } from './post'; export interface MetaProps extends Pick { /** * For the meta tag `og:type` */ type?: string; }