import { JsonIdentifiable } from "../../identifiable/json"; export interface JsonGamePlace extends JsonIdentifiable { placeNr: number; }