openapi-typescript-fetch
openapi-typescript-fetch copied to clipboard
Typescript 5 compatibility
With Typescript 4.6.2 everything works as intended. When updating to Typescript 5.0.4, this error appeared for method():
Argument type "get" is not assignable to parameter type M
Cheers, Para