@ctrl/transmission
    Preparing search index...

    Interface GetTorrentRepsonse

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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