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.

fix: add `undefined` type in key map

Alex Yang 682e7a8a 78841903

+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