Skip to content

Variable: GetCustomContentVersionsSchema

ts
const GetCustomContentVersionsSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodCustom<"raw" | "storage" | string & object | "atlas_doc_format", "raw" | "storage" | string & object | "atlas_doc_format">>;
  cursor: ZodOptional<ZodString>;
  customContentId: ZodNumber;
  limit: ZodOptional<ZodNumber>;
  sort: ZodOptional<ZodCustom<string & object | "modified-date" | "-modified-date", string & object | "modified-date" | "-modified-date">>;
}, $strip>;

Defined in: src/v2/parameters/getCustomContentVersions.ts:5