Skip to content

Commit c92b4a8

Browse files
committed
Type fix
1 parent 5dc8e44 commit c92b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export type InfiniteQueryExecuteOptions<
576576
TQueryFnData,
577577
TError,
578578
TData,
579-
InfiniteData<TData, TPageParam>,
579+
InfiniteData<TQueryFnData, TPageParam>,
580580
TQueryKey,
581581
TPageParam
582582
>,

0 commit comments

Comments
 (0)