Type alias TextOnlyMetadataDetails

TextOnlyMetadataDetails: PostMetadataCommon & {
    content: Markdown;
    mainContentFocus: TEXT_ONLY;
}

Type declaration

  • content: Markdown

    The content for the post as markdown.

  • mainContentFocus: TEXT_ONLY

    The main focus of the post.