We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tannerlinsley
TkDodo
Learn more about funding links in repositories.
Report abuse
InitialQueryOptions
1 parent 23b9a19 commit a3f5a0aCopy full SHA for a3f5a0a
packages/vue-query/src/index.ts
@@ -24,6 +24,8 @@ export type {
24
UseQueryOptions,
25
UseQueryReturnType,
26
UseQueryDefinedReturnType,
27
+ UndefinedInitialQueryOptions,
28
+ DefinedInitialQueryOptions,
29
} from './useQuery'
30
export type {
31
UseInfiniteQueryOptions,
0 commit comments