hybrid-torrent-tracker
    Preparing search index...

    Interface IHTTPScrapeResponse

    interface IHTTPScrapeResponse {
        files: {
            complete: bigint;
            downloaded: bigint;
            incomplete: bigint;
            infoHash: string;
        }[];
        interval: number;
    }
    Index

    Properties

    Properties

    files: {
        complete: bigint;
        downloaded: bigint;
        incomplete: bigint;
        infoHash: string;
    }[]
    interval: number