Interface GetTorrentRepsonse

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

Hierarchy (view full)

Properties

Properties

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

Type declaration