Skip to content

Commit

Permalink
Merge pull request #700 from lsdch/fetch-client-export-type
Browse files Browse the repository at this point in the history
fix: export type RequestResult of fetch client
  • Loading branch information
mrlubos authored Jun 21, 2024
2 parents 3ad6f72 + aa661a1 commit 24b8673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-months-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hey-api/client-fetch': patch
---

export RequestResult type
2 changes: 1 addition & 1 deletion packages/client-fetch/src/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { client, createClient } from '../';
export type { Client, Options } from '../types';
export type { Client, Options, RequestResult } from '../types';
export { formDataBodySerializer, jsonBodySerializer } from '../utils';

0 comments on commit 24b8673

Please sign in to comment.