Interface IFileSystemDirectoryEntryOptions

interface IFileSystemDirectoryEntryOptions {
    files: (IFileSystemFileEntryOptions | IFileSystemDirectoryEntryOptions)[];
    name: string;
}

Hierarchy

  • IFileSystemEntryOptions
    • IFileSystemDirectoryEntryOptions

Properties

Properties

name: string