mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add two missing semicolons
This commit is contained in:
4
googlemaps/google.maps.d.ts
vendored
4
googlemaps/google.maps.d.ts
vendored
@@ -849,7 +849,7 @@ declare module google.maps {
|
||||
formatted_address: string;
|
||||
geometry: GeocoderGeometry;
|
||||
partial_match: boolean;
|
||||
postcode_localities: string[]
|
||||
postcode_localities: string[];
|
||||
types: string[];
|
||||
}
|
||||
|
||||
@@ -1822,7 +1822,7 @@ declare module google.maps {
|
||||
matched_substrings: PredictionSubstring[];
|
||||
place_id: string;
|
||||
terms: PredictionTerm[];
|
||||
types: string[]
|
||||
types: string[];
|
||||
}
|
||||
|
||||
export interface PredictionTerm {
|
||||
|
||||
Reference in New Issue
Block a user