Skip to content

Variable: ContentBodyCreateStorageSchema

ts
const ContentBodyCreateStorageSchema: ZodObject<{
  representation: ZodCustom<
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "editor2"
     | "anonymous_export_view"
     | "wiki"
     | "atlas_doc_format", 
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "editor2"
     | "anonymous_export_view"
     | "wiki"
    | "atlas_doc_format">;
  value: ZodString;
}, $loose>;

Defined in: src/v1/models/contentBodyCreateStorage.ts:5

This object is used when creating or updating content.