Body of the blog post. Only one body format should be specified as the property for this object, e.g. storage.

interface BlogPostNestedBodyWrite {
    atlas_doc_format?: BlogPostBodyWrite;
    storage?: BlogPostBodyWrite;
    wiki?: BlogPostBodyWrite;
}

Hierarchy

  • Record<string, unknown>
    • BlogPostNestedBodyWrite

Properties

atlas_doc_format?: BlogPostBodyWrite