Skip to content

Commit d23a89c

Browse files
authored
feat: export type TypedFetchMeta (#65)
1 parent f0340e9 commit d23a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type { HTTPMethod, MimeType, RequestHeaderMap, RequestHeaderName, Request
44

55
export type { TypedURLSearchParams } from './http/url'
66

7-
export type { TypedFetchInput, TypedFetchPath, TypedFetchRequestInit, TypedFetchResponseBody as TypedFetchResponse, TypedFetchResponseBody } from './inference'
7+
export type { TypedFetchInput, TypedFetchMeta, TypedFetchPath, TypedFetchRequestInit, TypedFetchResponseBody as TypedFetchResponse, TypedFetchResponseBody } from './inference'
88

99
export { serializeRoutes } from './serialize'
1010

0 commit comments

Comments
 (0)