export interface Location { lat: string; lng: string; address: string; }