Skip to content

Variable: GetAllSprintsSchema

ts
const GetAllSprintsSchema: ZodObject<{
  boardId: ZodNumber;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
  state: ZodOptional<ZodCustom<"active" | "closed" | string & object | "future", "active" | "closed" | string & object | "future">>;
}, $strip>;

Defined in: src/agile/parameters/getAllSprints.ts:4