Skip to content

Commit 65a9840

Browse files
committed
Remove prdicate typing
1 parent 8e0c6b7 commit 65a9840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface QueryFilters<
3131
/**
3232
* Include queries matching this predicate function
3333
*/
34-
predicate?: (query: Query<TQueryFnData, TError, TData, TQueryKey>) => boolean
34+
predicate?: (query: Query) => boolean
3535
/**
3636
* Include queries matching this query key
3737
*/

0 commit comments

Comments
 (0)