Interface FileSystem

    interface FileSystem {
        name: string;
        root: FileSystemDirectoryEntry;
    }

    Properties

    Properties

    name: string