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

    Interface SpecialErrorMessages

    Requests, Notifications and Subscriptions from the SpecialError feature

    interface SpecialErrorMessages {
        notifications:
            | AdvancedInfoNotification
            | LeaveSiteNotification
            | ReportInitExceptionNotification
            | ReportPageExceptionNotification
            | VisitSiteNotification;
        requests: InitialSetupRequest;
    }
    Index

    Properties