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 a227406 commit e721e6fCopy full SHA for e721e6f
pkgs/typed-api-spec/src/index.ts
@@ -18,5 +18,8 @@ export {
18
toRoutes as toFastifyRoutes,
19
} from "./fastify";
20
21
-export * from "./fetch";
22
-export * from "./json";
+import FetchT, { RequestInitT } from "./fetch";
+export { FetchT, RequestInitT };
23
+
24
+import JSONT, { JSON$stringifyT } from "./json";
25
+export { JSONT, JSON$stringifyT };
0 commit comments