We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff9fb8 commit e052b2dCopy full SHA for e052b2d
src/index.ts
@@ -9,4 +9,19 @@ export {
9
typeOf,
10
} from './primitives'
11
export type { StandardSchema } from './standard-schema'
12
-export type * from './types'
+export type {
13
+ BaseOptions,
14
+ EnhancedRequestInit,
15
+ GetJson,
16
+ GetText,
17
+ HTTPMethod,
18
+ JSONValue,
19
+ PathParams,
20
+ RequestTransformer,
21
+ ResponseTransformer,
22
+ SearchParams,
23
+ ServiceRequestInit,
24
+ TypedResponse,
25
+ TypedResponseJson,
26
+ TypedResponseText,
27
+} from './types'
0 commit comments