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.

chore: add changeset for client-axios TS2578 fix

+5
+5
.changeset/fix-client-axios-ts2578.md
··· 1 + --- 2 + "@hey-api/openapi-ts": patch 3 + --- 4 + 5 + Fix axios client generation so `beforeRequest` typing is stable across `strictFunctionTypes` settings, preventing config-dependent `TS2578` (`Unused '@ts-expect-error' directive`) in generated clients.