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 {