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

interface CustomContentNestedBodyWrite {
    atlas_doc_format?: CustomContentBodyWrite;
    raw?: CustomContentBodyWrite;
    storage?: CustomContentBodyWrite;
}

Hierarchy

  • Record<string, unknown>
    • CustomContentNestedBodyWrite

Properties

atlas_doc_format?: CustomContentBodyWrite