import { JsonPlaceLocation } from "../../place/location/json"; export interface JsonStartLocation extends JsonPlaceLocation { categoryNr: number; }