Type alias ConditionalPredicateHasValue

ConditionalPredicateHasValue: ConditionalPredicateBase & {
    hasValue: boolean;
    type: "VALUE";
}