From 11c6ed1d69b7dd0f8af90478fbc035efe7d3c3ee Mon Sep 17 00:00:00 2001 From: Joseph Mileo Date: Thu, 26 Dec 2019 14:34:07 -0500 Subject: [PATCH] Tweak places nearby search request type (#40886) --- types/google__maps/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 —