export interface LocationFields { city: string; city_id: number; country: string; country_code: string; latitude: number; located_in: string; longitude: number; name: string; region: string; region_id: number; state: string; street: string; zip: string; }