Skip to content

Variable: GetCustomContentLabelsSchema

ts
const GetCustomContentLabelsSchema: 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/getCustomContentLabels.ts:4