Contains fields for each representation type requested.

interface BodyBulk {
    atlas_doc_format?: BodyType;
    storage?: BodyType;
}

Hierarchy

  • Record<string, unknown>
    • BodyBulk

Properties

atlas_doc_format?: BodyType
storage?: BodyType