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

    Interface ReleaseNotesMessages

    Requests, Notifications and Subscriptions from the ReleaseNotes feature

    interface ReleaseNotesMessages {
        notifications:
            | BrowserRestartNotification
            | ReportInitExceptionNotification
            | ReportPageExceptionNotification
            | RetryUpdateNotification;
        requests: InitialSetupRequest;
        subscriptions: OnUpdateSubscription;
    }
    Index

    Properties

    subscriptions: OnUpdateSubscription