Skip to content

Commit

Permalink
docs(sdk): remove ArrayBuffer as valid type for data #216
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 12, 2023
1 parent 34699c8 commit 447926c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/src/lib/message/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { uploadMessageWith } from './upload-message.js'
*
* @typedef SendMessageArgs
* @property {string} process
* @property {string | ArrayBuffer} [data]
* @property {string} [data]
* @property {string} [anchor]
* @property {{ name: string, value: string }[]} [tags]
* @property {any} signer
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/lib/spawn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { uploadProcessWith } from './upload-process.js'
* @property {string} scheduler
* @property {string} signer
* @property {{ name: string, value: string }[]} [tags]
* @property {string | ArrayBuffer} [data]
* @property {string} [data]
*
* @callback SpawnProcess
* @param {SpawnProcessArgs} args
Expand Down

0 comments on commit 447926c

Please sign in to comment.