mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
Add combined lat lng field to ev chargers response (#222)
This commit is contained in:
@@ -31,6 +31,7 @@ export interface Address {
|
||||
addressLine2?: string;
|
||||
country?: { [key: string]: any };
|
||||
countryId?: string;
|
||||
latLng?: string;
|
||||
location?: Coordinates;
|
||||
postcode?: string;
|
||||
stateOrProvince?: string;
|
||||
|
||||
@@ -64,5 +64,5 @@
|
||||
},
|
||||
"type": "module",
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "1.0.536"
|
||||
"version": "1.0.537"
|
||||
}
|
||||
Reference in New Issue
Block a user