Skip to content

Commit 6977598

Browse files
committed
fix: types
1 parent a11d1c1 commit 6977598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-query/src/useBaseQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type UseQueryOptionsGeneric<
4949
TQueryFnData,
5050
TError,
5151
TData,
52-
TQueryFnData,
52+
TQueryData,
5353
TQueryKey,
5454
TPageParam
5555
>

0 commit comments

Comments
 (0)