export interface IGoogleLocation { placeId: string city: string state: string country: string lat: string lng: string }