Interface GetTorrentRepsonse

interface GetTorrentRepsonse {
    result: string;
    arguments: { removed: Torrent[]; torrents: Torrent[] };
}

Hierarchy (View Summary)

Properties

Properties

result: string
arguments: { removed: Torrent[]; torrents: Torrent[] }