interface IFileSystemFileEntryOptions {
    file: { bits: string[] };
    name: string;
}

Hierarchy

  • IFileSystemEntryOptions
    • IFileSystemFileEntryOptions

Properties

Properties

file: { bits: string[] }
name: string