Variable: ContentBodyCreateStorageSchema
ts
const ContentBodyCreateStorageSchema: ZodObject<{
representation: ZodEnum<{
anonymous_export_view: "anonymous_export_view";
atlas_doc_format: "atlas_doc_format";
editor: "editor";
editor2: "editor2";
export_view: "export_view";
storage: "storage";
styled_view: "styled_view";
view: "view";
wiki: "wiki";
}>;
value: ZodString;
}, $loose>;Defined in: src/v1/models/contentBodyCreateStorage.ts:5
This object is used when creating or updating content.