interface Directory {
    mode?: number;
    mtime?: Mtime;
    originalPath?: string;
    path?: string;
}

Properties

mode?: number
mtime?: Mtime
originalPath?: string
path?: string