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
I don't understand why this PR was merged. Essentially, any type becomes any when using | any. And the response type becomes any. Perhaps it should be
response?: ((this: RespThisType, opt: { url: Recordable; body: Recordable; query: Recordable; headers: Recordable; }) => any) | Recordable;
The text was updated successfully, but these errors were encountered:
@FrontEndDog Perhaps you could clarify why this decision was made
Sorry, something went wrong.
No branches or pull requests
I don't understand why this PR was merged. Essentially, any type becomes any when using | any. And the response type becomes any. Perhaps it should be
The text was updated successfully, but these errors were encountered: