Interface TorrentContentDir

interface TorrentContentDir {
    contents: TorrentContentFile;
    download: true;
    length: number;
    type: "dir";
}

Properties

download
length: number
type