Skip to content

Commit

Permalink
revert: remove unknown from Fetch client body type union
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Nov 11, 2024
1 parent 7f36cfb commit 375a19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client-fetch/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export interface Config<ThrowOnError extends boolean = boolean>
| Record<string, unknown>
| Array<Record<string, unknown>>
| Array<unknown>
| number
| unknown;
| number;
/**
* A function for serializing request body parameter. By default,
* {@link JSON.stringify()} will be used.
Expand Down

0 comments on commit 375a19c

Please sign in to comment.