export interface LocationData {
    id?: string;
    location?: [number, number];
}
