diff --git a/types/google__maps/index.d.ts b/types/google__maps/index.d.ts index 8e084ab0c5..a1fa146d35 100644 --- a/types/google__maps/index.d.ts +++ b/types/google__maps/index.d.ts @@ -2993,7 +2993,7 @@ export interface PlacesNearbyRequest { * Restricts the results to places matching the specified type. * Only one type may be specified (if more than one type is provided, all types following the first entry are ignored). */ - type?: AddressType; + type?: PlaceType1|PlaceType2; /** * Returns the next 20 results from a previously run search. * Setting a pagetoken parameter will execute a search with the same parameters used previously —