Contains fields for each representation type requested.

interface BodySingle {
    atlas_doc_format?: BodyType;
    storage?: BodyType;
    view?: BodyType;
}

Hierarchy

  • Record<string, unknown>
    • BodySingle

Properties

atlas_doc_format?: BodyType
storage?: BodyType
view?: BodyType