Type alias DirectoryItem

DirectoryItem: {
    cid: CID;
    isFile: boolean;
    name: string;
    size: number;
}

Type declaration

  • cid: CID
  • isFile: boolean
  • name: string
  • size: number

Generated using TypeDoc