ajaishankar / openapi-typescript-fetch

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

Status should always be a `number` in OpErrorType #68

Open smaspe opened 7 months ago

smaspe commented 7 months ago

the private never: unique symbol causes inferred types to "references an inaccessible 'unique symbol' type." in places where explicit type annotations are not possible.

It doesn't seem necessary to use typeof never, as number should work just as well.