Interface Tracker

interface Tracker {
    announce: string;
    id: number;
    scrape: string;
    tier: number;
}

Properties

Properties

announce: string
id: number
scrape: string
tier: number