Skip to content

Commit b7a7104

Browse files
authored
fix: remove basic entry (#451)
The interface is unused
1 parent 1b2534a commit b7a7104

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

  • packages/ipfs-unixfs-exporter/src

packages/ipfs-unixfs-exporter/src/index.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -335,23 +335,6 @@ export interface IdentityNode extends Exportable {
335335
*/
336336
export type UnixFSEntry = UnixFSFile | UnixFSDirectory | ObjectNode | RawNode | IdentityNode
337337

338-
export interface UnixFSBasicEntry {
339-
/**
340-
* The name of the entry
341-
*/
342-
name: string
343-
344-
/**
345-
* The path of the entry within the DAG in which it was encountered
346-
*/
347-
path: string
348-
349-
/**
350-
* The CID of the entry
351-
*/
352-
cid: CID
353-
}
354-
355338
export interface Resolver {
356339
(cid: CID, blockstore: ReadableStorage, options: ExporterOptions): Promise<UnixFSEntry>
357340
}

0 commit comments

Comments
 (0)