Interface TorrentContentDir

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

Properties

download: true
length: number
type: "dir"