Skip to content

Commit

Permalink
fix: tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 30, 2023
1 parent c621056 commit 1ffbe2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundles/ipfs-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { readSetting, writeSetting } from './local-storage.js'

/**
* @typedef {import('ipfs').IPFSService} IPFSService
* @typedef {import('cids')} CID
* @typedef {import('multiformats/cid').CID} CID
* @typedef {import('ipfs').FileStat} FileStat
* @typedef {'httpClient'|'jsIpfs'|'windowIpfs'|'webExt'} ProviderName
* @typedef {Object} Model
Expand Down
2 changes: 1 addition & 1 deletion src/lib/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import filesize from 'filesize'
/**
* @typedef {import('ipfs').IPFSService} IPFSService
* @typedef {import('../bundles/files/actions').FileStat} FileStat
* @typedef {import('cids')} CID
* @typedef {import('multiformats/cid').CID} CID
*/

/**
Expand Down

0 comments on commit 1ffbe2f

Please sign in to comment.