@ctrl/utorrent
    Preparing search index...

    Interface TorrentListResponse

    interface TorrentListResponse {
        build: number;
        error?: string;
        label: [string, number][];
        rssfeeds: any[];
        rssfilters: any[];
        torrentc: string;
        torrents: TorrentData[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    build: number
    error?: string
    label: [string, number][]

    array of types containing label name and count

    rssfeeds: any[]
    rssfilters: any[]
    torrentc: string

    CACHE ID

    torrents: TorrentData[]