mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update DirectionsWaypoint's location field optional types
This commit is contained in:
Vendored
+1
-1
@@ -959,7 +959,7 @@ declare module google.maps {
|
||||
export interface TransitFare { }
|
||||
|
||||
export interface DirectionsWaypoint {
|
||||
location: LatLng|string;
|
||||
location: LatLng|LatLngLiteral|string;
|
||||
stopover: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user