export interface StartGamePlayCommand { gameId: string; // Game ID to start userId?: string; // User who is starting the game (should be game master) }