Skip to content

refactor: enhance Axios type definitions in BaseAPI and OAuth2Configu… #600

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dezguell
Copy link

@dezguell dezguell commented Feb 20, 2025

This changes will resolve some issues I've been facing with the axios dependency.
Node version: v20.12.2
TS version: 5.7.3
My project has this axios package and types versions

 "@types/axios": "^0.14.4",
 "axios": "^1.7.9",

this is the error im getting when I build the project.
image

When the code is fixed with the types like in this PR the issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant