Interface TorrentListResponse

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

Hierarchy (view full)

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[]