Skip to content

Commit e721e6f

Browse files
committed
Fix export
1 parent a227406 commit e721e6f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/typed-api-spec/src/index.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ export {
1818
toRoutes as toFastifyRoutes,
1919
} from "./fastify";
2020

21-
export * from "./fetch";
22-
export * from "./json";
21+
import FetchT, { RequestInitT } from "./fetch";
22+
export { FetchT, RequestInitT };
23+
24+
import JSONT, { JSON$stringifyT } from "./json";
25+
export { JSONT, JSON$stringifyT };

0 commit comments

Comments
 (0)