@ctrl/deluge
    Preparing search index...

    Interface TorrentPeers

    interface TorrentPeers {
        client: string;
        country: string;
        down_speed: number;
        ip: string;
        progress: number;
        seed: number;
        up_speed: number;
    }
    Index

    Properties

    client: string
    country: string
    down_speed: number
    ip: string
    progress: number
    seed: number
    up_speed: number