export interface Round {
  player: UUID
  step: RoundStep
  cards?: RoundCards
  choice?: RoundChoice