mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Fields option for AutoCompleteOptions was missing (#29718)
This commit is contained in:
committed by
Sheetal Nandi
parent
2e1f8e6fc2
commit
8b63c2bc82
Vendored
+1
@@ -2613,6 +2613,7 @@ declare namespace google.maps {
|
||||
strictBounds?: boolean;
|
||||
types?: string[];
|
||||
type?: string;
|
||||
fields?: string[];
|
||||
}
|
||||
|
||||
export interface AutocompletePrediction {
|
||||
|
||||
Reference in New Issue
Block a user