Interface DirectoryTreeMap

Hierarchy

  • Required<Omit<dirTree.DirectoryTree, "children" | "extension" | "isSymbolicLink">>
    • DirectoryTreeMap

Properties

custom: IObj
directories?: Children
files?: Children
name: string
path: string
size: number
type: "directory" | "file"

Generated using TypeDoc