Skip to content

Variable: GetFooterCommentVersionsSchema

ts
const GetFooterCommentVersionsSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodCustom<"storage" | string & object | "atlas_doc_format", "storage" | string & object | "atlas_doc_format">>;
  cursor: ZodOptional<ZodString>;
  id: 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/getFooterCommentVersions.ts:5