import type { ApiPlayerTurnInfo } from '../api/model'; export class CurrentGameState { playersReadiness: Map = new Map(); turnInfo: ApiPlayerTurnInfo | null = null }