Skip to content

Commit

Permalink
docs(dev-cli): improve JSDoc on uploadWith
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Sep 7, 2023
1 parent cad2470 commit 3e0dedb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dev-cli/container/src/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ export const parseTags = (tagsStr) =>
* A reusuable upload client to upload any artifact
* to any destination that implements the api
*
* @param {WalletExists} walletExists
* @param {ArtifactExists} artifactExists
* @param {ReadWallet} readWallet
* @param {Upload} upload
* @typedef Environment
* @property {WalletExists} walletExists
* @property {ArtifactExists} artifactExists
* @property {ReadWallet} readWallet
* @property {Upload} upload
*
* @param {Environment} env
*
* @returns {Uploader}
*/
Expand Down

0 comments on commit 3e0dedb

Please sign in to comment.