Skip to content

Commit c30cc1a

Browse files
committed
Fix typing issue
1 parent 30fc3c7 commit c30cc1a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/react-query/src/create-query-client.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
import type { ConditionalKeys } from '@devup-api/core'
2-
import type { DevupApi, DevupApiServers } from '@devup-api/fetch'
1+
import type {
2+
ConditionalKeys,
3+
DevupApi,
4+
DevupApiServers,
5+
} from '@devup-api/fetch'
36
import { DevupQueryClient } from './query-client'
47

58
export function createQueryClient<S extends ConditionalKeys<DevupApiServers>>(

0 commit comments

Comments
 (0)