Skip to content

Commit

Permalink
docs: Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Sep 27, 2022
1 parent aaec119 commit f72d1cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cozy-stack-client/src/FileCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,7 @@ class FileCollection extends DocumentCollection {
*
* @private
* @param {File|Blob|Stream|string|ArrayBuffer} data file to be uploaded
* @param {FileAttributes} params Additional parameters
* @param {object} params.options Options to pass to doUpload method (additional headers)
* @param {FileAttributes & object} params Additional parameters
* @throws {Error} - explaining reason why creation failed
* @returns {Promise<OnlyDataObjectWithFileAttributes>}
*/
Expand Down

0 comments on commit f72d1cf

Please sign in to comment.