Contains fields for each representation type requested.

interface CustomContentBodyBulk {
    atlas_doc_format?: BodyType;
    raw?: BodyType;
    storage?: BodyType;
}

Hierarchy

  • Record<string, unknown>
    • CustomContentBodyBulk

Properties

atlas_doc_format?: BodyType
raw?: BodyType
storage?: BodyType