Skip to content

Commit

Permalink
Fix TS GooglePlaceDetail#types
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryk authored and bell-steven committed Apr 26, 2021
1 parent 994affc commit f2e92a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GooglePlacesAutocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ interface GooglePlaceDetail {
plus_code: PlusCode;
reference: string;
scope: 'GOOGLE';
types: PlaceType;
types: PlaceType[];
url: string;
utc_offset: number;
vicinity: string;
Expand Down

0 comments on commit f2e92a3

Please sign in to comment.