Skip to main content

RuleOperator

@codebolt/types


Type Alias: RuleOperator

type RuleOperator =
| "eq"
| "neq"
| "gt"
| "gte"
| "lt"
| "lte"
| "contains"
| "not_contains"
| "starts_with"
| "ends_with"
| "in"
| "not_in"
| "exists"
| "not_exists"
| "matches";

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/contextRuleEngine.ts:16