Skip to content

Variable: PrimaryBodyRepresentationSingleSchema

ts
const PrimaryBodyRepresentationSingleSchema: ZodCustom<
  | "storage"
  | "view"
  | string & object
  | "export_view"
  | "styled_view"
  | "editor"
  | "anonymous_export_view"
  | "atlas_doc_format", 
  | "storage"
  | "view"
  | string & object
  | "export_view"
  | "styled_view"
  | "editor"
  | "anonymous_export_view"
| "atlas_doc_format">;

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

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