Patch Changes
- #63
b9f4bea
Thanks @christoph-fricke! - Fixed type inference for extended JSON mime types, such asapplication/problem+json
. Previously, APIs likeresponse(...).json
would be typed asnever
for such mime types. Now, they will be properly typed.