Module Values.ConditionOperatorSource
Sourcetype nonrec t = | GreaterThan| GreaterThanOrEquals| LessThan| LessThanOrEquals| Equals| NotEquals| Contains| NotContains| Exists| NotExists| BeginsWith| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]