The CID of the entry
The name the entry is stored under within the directory
The path of the entry within the containing directory structure
A disambiguator to allow TypeScript to work out the type of the entry.
if (entry.type === 'file') { // access UnixFSFile properties safely}if (entry.type === 'directory') { // access UnixFSDirectory properties safely} Copy
if (entry.type === 'file') { // access UnixFSFile properties safely}if (entry.type === 'directory') { // access UnixFSDirectory properties safely}
The CID of the entry