Skip to content

Variable: GetSpaceContentLabelsSchema

ts
const GetSpaceContentLabelsSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  limit: ZodOptional<ZodNumber>;
  prefix: ZodOptional<ZodEnum<{
     my: "my";
     team: "team";
  }>>;
  sort: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/v2/parameters/getSpaceContentLabels.ts:3