export interface DeleteSprint {
  /** The ID of the sprint to delete. */
  sprintId: number;
}
