@ctrl/deluge
    Preparing search index...

    Interface TorrentList

    interface TorrentList {
        connected: boolean;
        filters: TorrentFilters;
        stats: Stats;
        torrents: Record<string, Torrent>;
    }
    Index

    Properties

    connected: boolean
    stats: Stats
    torrents: Record<string, Torrent>