export interface GetSprint {
  /** The ID of the requested sprint. */
  sprintId: number;
}
