[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:
Daniel Hritzkiv
2019-04-29 00:21:18 -07:00
committed by Wesley Wigham
parent 5fb304a0a8
commit f8ccd8ece1
+4
View File
@@ -64,6 +64,10 @@ declare namespace node_geocoder {
countryCode?: string;
zipcode?: string;
provider?: string;
state?: string;
county?: string;
district?: string;
building?: string;
}
interface Query {