interface PrivacyStatsData {
    totalCount: number;
    trackerCompanies: TrackerCompany[];
}

Properties

totalCount: number

Total number of trackers blocked since install

trackerCompanies: TrackerCompany[]