Contains fields for each representation type requested.

interface CustomContentBodySingle {
    atlas_doc_format?: BodyType;
    raw?: BodyType;
    storage?: BodyType;
    view?: BodyType;
}

Hierarchy

  • Record<string, unknown>
    • CustomContentBodySingle

Properties

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