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

Type Parameters

Type declaration