UNPKG

@golemio/parkings

Version:
9 lines (8 loc) 155 B
export interface ISmart4CityList { id: number; code: string; name: string; country: string; latitude: number; longitude: number; }