diff --git a/types/googlemaps/index.d.ts b/types/googlemaps/index.d.ts index 8fc613a426..fc39130ed1 100644 --- a/types/googlemaps/index.d.ts +++ b/types/googlemaps/index.d.ts @@ -2518,7 +2518,7 @@ declare namespace google.maps { } export interface ComponentRestrictions { - country: string; + country: string|string[]; } export interface PlaceAspectRating {