Skip to content

Variable: SwapSprintSchema

ts
const SwapSprintSchema: ZodObject<{
  sprintId: ZodNumber;
  sprintToSwapWith: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/agile/parameters/swapSprint.ts:3