Skip to content

Commit

Permalink
fix: Change the type of id prop to any
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Jul 8, 2023
1 parent c844883 commit 8beda7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/PolygonPrimitive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PolygonPrimitive {
show: boolean
_id: string
_id: any
_positions: Array<Cesium.Cartesian3>
_boundingSphere: Cesium.BoundingSphere
_primitive: Cesium.Primitive | Cesium.GroundPrimitive | undefined
Expand Down

0 comments on commit 8beda7b

Please sign in to comment.