Skip to content

Variable: CustomContentBodyRepresentationSingleSchema

ts
const CustomContentBodyRepresentationSingleSchema: ZodCustom<
  | "raw"
  | "storage"
  | "view"
  | string & object
  | "export_view"
  | "anonymous_export_view"
  | "atlas_doc_format", 
  | "raw"
  | "storage"
  | "view"
  | string & object
  | "export_view"
  | "anonymous_export_view"
| "atlas_doc_format">;

Defined in: src/v2/models/customContentBodyRepresentationSingle.ts:5

The formats a custom content body can be represented as. A subset of BodyRepresentation.