ValuePredicate<_RT, MT>: {
    [K in AllFieldOperators]: K extends "between"
        ? ((inclusiveLowerBound, inclusiveUpperBound) => PredicateInternalsKey)
        : ((operand) => PredicateInternalsKey)
}

Type Parameters