From f8ccd8ece18df3ed4222768f5c53bbd341ad2961 Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Mon, 29 Apr 2019 03:21:19 -0400 Subject: [PATCH] [node-geocoder] Add additional Entry fields (#34921) Some of these fields are present on certain geocodes, including OSM, and Here --- types/node-geocoder/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/node-geocoder/index.d.ts b/types/node-geocoder/index.d.ts index f94f20d724..750e78342c 100644 --- a/types/node-geocoder/index.d.ts +++ b/types/node-geocoder/index.d.ts @@ -64,6 +64,10 @@ declare namespace node_geocoder { countryCode?: string; zipcode?: string; provider?: string; + state?: string; + county?: string; + district?: string; + building?: string; } interface Query {