Interface Tracker

interface Tracker {
    tier: number;
    url: string;
}

Properties

Properties

tier: number
url: string