Skip to content

Variable: PrimaryBodyRepresentationSingleSchema

ts
const PrimaryBodyRepresentationSingleSchema: ZodEnum<{
  anonymous_export_view: "anonymous_export_view";
  atlas_doc_format: "atlas_doc_format";
  editor: "editor";
  export_view: "export_view";
  storage: "storage";
  styled_view: "styled_view";
  view: "view";
}>;

Defined in: src/v2/models/primaryBodyRepresentationSingle.ts:7

The primary formats a body can be represented as. A subset of BodyRepresentation. These formats are the only allowed formats in certain use cases.