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

    Interface ExampleMessages

    Requests, Notifications and Subscriptions from the Example feature

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

    Properties