Variable: GetFooterCommentsSchema
ts
const GetFooterCommentsSchema: ZodObject<{
bodyFormat: ZodOptional<ZodEnum<{
atlas_doc_format: "atlas_doc_format";
storage: "storage";
}>>;
cursor: ZodOptional<ZodString>;
limit: ZodOptional<ZodNumber>;
sort: ZodOptional<ZodEnum<{
-created-date: "-created-date";
-modified-date: "-modified-date";
created-date: "created-date";
modified-date: "modified-date";
}>>;
}, $strip>;Defined in: src/v2/parameters/getFooterComments.ts:5