export interface Location { type?: string; coordinates: number[]; }