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 #2263 from himself65/fix

fix: add `undefined` type in key map

authored by

Lubos and committed by
GitHub
100b9f32 0c5f6903

+1 -1
+1 -1
packages/custom-client/src/core/params.ts
··· 31 31 string, 32 32 { 33 33 in: Slot; 34 - map?: string; 34 + map?: string | undefined; 35 35 } 36 36 >; 37 37