-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Axios like Typescript support #86
Comments
Yes, this alone made me revert to axios, since I can't type my requests the right way without the AxiosResponse type. |
Actually, that's my case too! |
also AxiosError |
Possible workaround |
Any update for this guys? |
May be
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing this package with Typescript, we are getting this:
import axios, { AxiosInstance, AxiosRequestConfig } from 'redaxios';
As far as we understand, there is a simple typing support, so, we don't understand why this package does not include the standard axios types.
Thank you
The text was updated successfully, but these errors were encountered: