mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
[node-geocoder] Add additional Entry fields (#34921)
Some of these fields are present on certain geocodes, including OSM, and Here
This commit is contained in:
committed by
Wesley Wigham
parent
5fb304a0a8
commit
f8ccd8ece1
Vendored
+4
@@ -64,6 +64,10 @@ declare namespace node_geocoder {
|
||||
countryCode?: string;
|
||||
zipcode?: string;
|
||||
provider?: string;
|
||||
state?: string;
|
||||
county?: string;
|
||||
district?: string;
|
||||
building?: string;
|
||||
}
|
||||
|
||||
interface Query {
|
||||
|
||||
Reference in New Issue
Block a user