diff --git a/packages/upload-client/src/index.js b/packages/upload-client/src/index.js index 5de723b4e..d17e68026 100644 --- a/packages/upload-client/src/index.js +++ b/packages/upload-client/src/index.js @@ -26,7 +26,7 @@ export * from './sharding.js' * has the capability to perform the action. * * The issuer needs the `store/add` and `upload/add` delegated capability. - * @param {Blob} file File data. + * @param {import('./types').BlobLike} file File data. * @param {import('./types').UploadOptions} [options] */ export async function uploadFile(conf, file, options = {}) {