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

    Interface SetAsDefaultMessages

    Requests, Notifications and Subscriptions from the SetAsDefault feature

    interface SetAsDefaultMessages {
        notifications:
            | ReportInitExceptionNotification
            | ReportPageExceptionNotification;
        requests: InitialSetupRequest;
    }
    Index

    Properties