Type alias ConditionOperator

ConditionOperator: typeof LT | typeof LTE | typeof GT | typeof GTE | typeof MATCHES | typeof NOT_MATCHES | typeof ONE_OF | typeof NOT_ONE_OF | typeof IS_NULL | typeof EQUALS | UnparsedObject

The operator used in a targeting condition.

Generated using TypeDoc