diff --git a/packages/ipfs-unixfs-importer/src/index.ts b/packages/ipfs-unixfs-importer/src/index.ts index fbd69b1b..88270154 100644 --- a/packages/ipfs-unixfs-importer/src/index.ts +++ b/packages/ipfs-unixfs-importer/src/index.ts @@ -20,9 +20,9 @@ export type ImportContent = ByteStream | Uint8Array export type WritableStorage = Pick -export interface FileCandidate { +export interface FileCandidate { path?: string - content: ImportContent + content: T mtime?: Mtime mode?: number }