fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1275 from hey-api/revert/client-fetch-body

revert: remove unknown from Fetch client body type union

authored by

Lubos and committed by
GitHub
5773ccbe 7f36cfb5

+1 -2
+1 -2
packages/client-fetch/src/types.ts
··· 24 24 | Record<string, unknown> 25 25 | Array<Record<string, unknown>> 26 26 | Array<unknown> 27 - | number 28 - | unknown; 27 + | number; 29 28 /** 30 29 * A function for serializing request body parameter. By default, 31 30 * {@link JSON.stringify()} will be used.