Type Alias TypedFilterParams<T>

TypedFilterParams: TypedAndFilter<T> & TypedOrFilter<T>

Top-level filter combining AND and OR.

Type Parameters