Open rkorzhoff opened 2 months ago
It would be great if you could improve the types for requests parameters, especially considering Vue 3 refs. It’s a common use case to pass reactive variables as parameters
Vue 3
refs
https://stackblitz.com/edit/vitejs-vite-cwmyp5
Just install deps and run npm run ts:check
npm run ts:check
No response
Start a new pull request in StackBlitz Codeflow.
Actually, MaybeRefOrGetter<T> should be used and toValue(value) can be used to resolve this.
MaybeRefOrGetter<T>
toValue(value)
Description
It would be great if you could improve the types for requests parameters, especially considering
Vue 3
refs
. It’s a common use case to pass reactive variables as parametersReproducible example or configuration
https://stackblitz.com/edit/vitejs-vite-cwmyp5
Just install deps and run
npm run ts:check
OpenAPI specification (optional)
No response
System information (optional)
No response