ConditionalPredicateBetween: ConditionalPredicateBase & {
    max: number;
    min: number;
    type: "BETWEEN";
}

Type declaration

  • max: number
  • min: number
  • type: "BETWEEN"

    Evaluate against a numeric type element or an element with options