PostPreview: {
    attachment: unknown;
    author: PostAuthor;
    body: string;
    community: Community;
    extension: PostExtension;
    postId: string;
    postType: string;
    publishedAt: number;
    sectionType: string;
    summary: PostSummary;
    title: string;
}