interface PredicatesGroup<T> {
    predicates: (PredicatesGroup<T> | PredicateObject<T>)[];
    type: keyof PredicateGroups<T>;
}

Type Parameters

Properties

Properties

predicates: (PredicatesGroup<T> | PredicateObject<T>)[]
type: keyof PredicateGroups<T>