@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface TrackingStatus

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

    Properties

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

    Type declaration

    • displayName: string

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