interface TrackingStatus {
    totalCount: number;
    trackerCompanies: { displayName: string }[];
}

Properties

totalCount: number
trackerCompanies: { displayName: string }[]

Type declaration

  • displayName: string

    Name of the tracking company (e.g., 'Google', 'Microsoft')