@ctrl/deluge
    Preparing search index...

    Interface TorrentContentDir

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

    Properties

    download: true
    length: number
    type: "dir"