openapi-typescript-fetch icon indicating copy to clipboard operation
openapi-typescript-fetch copied to clipboard

Status should always be a `number` in OpErrorType

Open smaspe opened this issue 10 months ago • 0 comments

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.

smaspe avatar Mar 27 '24 11:03 smaspe