import { Game } from "@mancala/core";
export interface BackendGame extends Game {
spectatorIds: string[];
}