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

interface PageNestedBodyWrite {
    atlas_doc_format?: PageBodyWrite;
    storage?: PageBodyWrite;
    wiki?: PageBodyWrite;
}

Hierarchy

  • Record<string, unknown>
    • PageNestedBodyWrite

Properties

atlas_doc_format?: PageBodyWrite
storage?: PageBodyWrite