Add GeometryExpression to exported expressions
All checks were successful
/ test (push) Successful in 2s

This commit is contained in:
Eli Ribble 2026-05-27 01:59:24 +00:00
parent 49b5921a77
commit 5d227fcbd5
No known key found for this signature in database

View file

@ -9,6 +9,9 @@ type Expression = jet.Expression
// BoolExpression interface
type BoolExpression = jet.BoolExpression
// GeometryExpression interface
type GeometryExpression = jet.GeometryExpression
// StringExpression interface
type StringExpression = jet.StringExpression