Skip to content

Variable: GetLabelsForSpaceSchema

ts
const GetLabelsForSpaceSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  prefix: ZodOptional<ZodEnum<{
     global: "global";
     my: "my";
     team: "team";
  }>>;
  spaceKey: ZodString;
  start: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v1/parameters/getLabelsForSpace.ts:3