export interface ReportSelectProps {
  player: Player
  players: Player[]
  setPlayer: (player: Player) => void
}