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
Hi!
When I call any update method like for example for request:
Typescript now asks me to provide all the fields, which is not the way you designed of course.
So intead of this line
postman-collection/types/index.d.ts
Line 1910 in 42c7416
i would suggest to have something like this
update(options: Partial<Request.definition>): void;
will solve the problem entirely.
However I'm not sure how you guys build this file, manually or with some tool too , that's why don't create MR yet.
Thanks!
The text was updated successfully, but these errors were encountered:
Could you explain how can i test this on my side?
Sorry, something went wrong.
No branches or pull requests
Hi!
When I call any update method like for example for request:
Typescript now asks me to provide all the fields, which is not the way you designed of course.
So intead of this line
postman-collection/types/index.d.ts
Line 1910 in 42c7416
i would suggest to have something like this
will solve the problem entirely.
However I'm not sure how you guys build this file, manually or with some tool too , that's why don't create MR yet.
Thanks!
The text was updated successfully, but these errors were encountered: