Skip to content

Commit bbd297b

Browse files
authored
th-0: * changes coordinates type (#386)
1 parent 1f064a4 commit bbd297b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
type Coordinates = google.maps.LatLngLiteral;
1+
type Coordinates = {
2+
lat: number;
3+
lng: number;
4+
};
25

36
export { type Coordinates };

0 commit comments

Comments
 (0)