interface UrlInfo {
    totalTrackersBlocked: number;
    urls: string[];
}

Properties

totalTrackersBlocked: number
urls: string[]