@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentPeersResponse

    interface TorrentPeersResponse {
        full_update: boolean;
        peers: Peers;
        rid: number;
        show_flags: boolean;
    }
    Index

    Properties

    full_update: boolean
    peers: Peers
    rid: number
    show_flags: boolean