Interface AddTorrentResponse

interface AddTorrentResponse {
    result: string;
    arguments: {
        "torrent-added": { id: number; hashString: string; name: string };
    };
}

Hierarchy (View Summary)

Properties

Properties

result: string
arguments: { "torrent-added": { id: number; hashString: string; name: string } }