export interface SwapSprint {
  /** The ID of the sprint to swap. */
  sprintId: number;
  sprintToSwapWith?: number;
}
