indrimuska / google-maps-api-typings

TypeScript typings for `@google/maps` Node.JS API project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malformed type definition for QueryAutocompleteResult

simon-neusoft opened this issue · comments

The definition of QueryAutocompleteResult in

matched_substring: PredictionSubstring[];
is malformed. Instead of

matched_substring

the field should be named

matched_substrings