Skip to content

Commit

Permalink
fix: fixed LatLngStringRef
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Jun 30, 2022
1 parent 8b1f856 commit 88d9afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/src/lib/value/point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export type LatLngPointRef = {
* References a latLng using a LatLngString
*/
export type LatLngStringRef = {
readonly latLng: LatLngPoint;
readonly latLng: LatLngString;
};

/**
Expand Down

0 comments on commit 88d9afe

Please sign in to comment.