ajaishankar / openapi-typescript-fetch

A typed fetch client for openapi-typescript
MIT License
233 stars 54 forks source link

Support 204 as a successful query, and exclude 204 body from error types #66

Closed smaspe closed 7 months ago

smaspe commented 7 months ago

204 body would typically be empty, but should still be excluded from _OpErrorType

ajaishankar commented 7 months ago

Thanks @smaspe!