@ctrl/transmission
    Preparing search index...

    Interface AddTorrentResponse

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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