-
Notifications
You must be signed in to change notification settings - Fork 48
Update types declaration #53
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
Conversation
|
Thanks for your time! A question: how did you generate these changes? Did you do everything by hand? Or you used some kind of generator? |
You are very welcome, thanks for yours too.
Well, no. Initially I studied the The file can also be generated with TypeScript or some NPM package, it won't include those extra writings that explains each property or object in a way that is preferred. But it can serve as a base. |
climaxmba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Everything is set!
|
Thanks a lot! |
|
Anytime! |
Update types declaration
This will extend the declaration to include the return type of the
Promisereturned in each method and some extra descriptions.Previously, they were just plain
Promise<object>.