Contains fields for each representation type requested.

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

Hierarchy

  • Record<string, unknown>
    • TaskBodySingle

Properties

atlas_doc_format?: BodyType
storage?: BodyType