-
Notifications
You must be signed in to change notification settings - Fork 83
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
Types definition for Typescript #5
Comments
+1 |
I've tested with serverless@1.3.0. It seem to work |
I'm only able to import with
and my intellisense can't seem to import the type |
Additionally, the transaction: Transaction should be transaction(): Transaction and commit(): Promise<any> could be commit(): Promise<any[]> |
…n object -> function, commit returns array type
@shrugs > import the type Not expected, definition is very initial version, so many modifications will need more. Can you review the commit? I applied your comment, deptno@32df25f |
Any additional help with TypeScript definitions would be greatly appreciated. |
I made these types for my own use. Something like them may be useful in the next iteration of this:
|
That's it!
The text was updated successfully, but these errors were encountered: