Variable: CustomContentBodyRepresentationSingleSchema
ts
const CustomContentBodyRepresentationSingleSchema: ZodEnum<{
anonymous_export_view: "anonymous_export_view";
atlas_doc_format: "atlas_doc_format";
export_view: "export_view";
raw: "raw";
storage: "storage";
view: "view";
}>;Defined in: src/v2/models/customContentBodyRepresentationSingle.ts:4
The formats a custom content body can be represented as. A subset of BodyRepresentation.