Skip to content

Commit

Permalink
fix(core): export "JsonBodyType" publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 7, 2023
1 parent f1d40d6 commit 856da20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export type {
RequestHandlerOptions,
DefaultBodyType,
DefaultRequestMultipartBody,
JsonBodyType,
} from './handlers/RequestHandler'

export type {
Expand Down

0 comments on commit 856da20

Please sign in to comment.