Interface RawIssuesMapResponseData
Properties
Optional
countries
countries?: { mainObjectID: null | number; objects: RawCountry[] } Optional
mapUpdateRequests
Optional
segmentSuggestions
Optional
states
states?: { mainObjectID: null | number; objects: RawState[] } Optional
venues
venues?: { categoryBrands: | null | Partial< { CHARGING_STATION: string[]; GAS_STATION: string[]; PARKING_LOT: string[]; }, >; objects: RawVenue[]; venueLevel: number;}