-
Notifications
You must be signed in to change notification settings - Fork 104
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
docs: various jsdoc fixes #352
Conversation
Codecov Report
@@ Coverage Diff @@
## master #352 +/- ##
=========================================
Coverage ? 99.53%
=========================================
Files ? 12
Lines ? 1286
Branches ? 0
=========================================
Hits ? 1280
Misses ? 6
Partials ? 0
Continue to review full report at Codecov.
|
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.
I'm not sure about the types like error
and date
, but I guess types in jsdoc could be whatever you want.
@@ -387,7 +386,6 @@ class Table extends TransactionRequest { | |||
*/ | |||
/** | |||
* @typedef {array} TableReadResponse | |||
* @property {Table} 0 The new {@link Table}. | |||
* @property {array[]} 1 Rows are returned as an array of object arrays. Each |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Fixes #345