Variable: GetPageLabelsSchema
ts
const GetPageLabelsSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
id: ZodNumber;
limit: ZodOptional<ZodNumber>;
prefix: ZodOptional<ZodCustom<"global" | string & object | "my" | "team" | "system", "global" | string & object | "my" | "team" | "system">>;
sort: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v2/parameters/getPageLabels.ts:4