interface SwapSprint {
    sprintId: number;
    sprintToSwapWith?: number;
}

Properties

sprintId: number

The ID of the sprint to swap.

sprintToSwapWith?: number