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