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