We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apisauce/apisauce.d.ts
Line 80 in 9803001
should be
setHeaders: (headers: HEADERS) => AxiosInstance;
The text was updated successfully, but these errors were encountered:
fix: setHeaders parameter type (#217)
af82be4
closes #216
chore(release): 1.0.3 [skip ci]
9fe855f
## [1.0.3](v1.0.2...v1.0.3) (2019-06-25) ### Bug Fixes * allow multiple type for ApiReponse in typescript ([#219](#219)) ([20cf9f4](20cf9f4)) * setHeaders parameter type ([#217](#217)) ([af82be4](af82be4)), closes [#216](#216) * Upgrade axios to address CVE-2019-10742 ([#214](#214)) ([339205c](339205c))
🎉 This issue has been resolved in version 1.0.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
apisauce/apisauce.d.ts
Line 80 in 9803001
should be
The text was updated successfully, but these errors were encountered: