Variable: GetLabelPagesSchema
ts
const GetLabelPagesSchema: 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<
| "id"
| "title"
| string & object
| "created-date"
| "-created-date"
| "modified-date"
| "-modified-date"
| "-id"
| "-title",
| "id"
| "title"
| string & object
| "created-date"
| "-created-date"
| "modified-date"
| "-modified-date"
| "-id"
| "-title">>;
spaceId: ZodOptional<ZodArray<ZodNumber>>;
}, $strip>;Defined in: src/v2/parameters/getLabelPages.ts:5