Skip to content

Variable: AsyncConvertContentBodyRequestSchema

ts
const AsyncConvertContentBodyRequestSchema: ZodObject<{
  allowCache: ZodOptional<ZodBoolean>;
  contentIdContext: ZodOptional<ZodString>;
  embeddedContentRender: ZodOptional<ZodCustom<string & object | "current" | "version-at-save", string & object | "current" | "version-at-save">>;
  expand: ZodOptional<ZodArray<ZodString>>;
  representation: ZodCustom<
     | "raw"
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "editor2"
     | "anonymous_export_view"
     | "wiki"
     | "atlas_doc_format"
     | "plain", 
     | "raw"
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "editor2"
     | "anonymous_export_view"
     | "wiki"
     | "atlas_doc_format"
    | "plain">;
  spaceKeyContext: ZodOptional<ZodString>;
  to: ZodCustom<string & object | "export_view", string & object | "export_view">;
  value: ZodString;
}, $strip>;

Defined in: src/v1/parameters/asyncConvertContentBodyRequest.ts:5