We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fc3c7 commit c30cc1aCopy full SHA for c30cc1a
packages/react-query/src/create-query-client.ts
@@ -1,5 +1,8 @@
1
-import type { ConditionalKeys } from '@devup-api/core'
2
-import type { DevupApi, DevupApiServers } from '@devup-api/fetch'
+import type {
+ ConditionalKeys,
3
+ DevupApi,
4
+ DevupApiServers,
5
+} from '@devup-api/fetch'
6
import { DevupQueryClient } from './query-client'
7
8
export function createQueryClient<S extends ConditionalKeys<DevupApiServers>>(
0 commit comments