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

    Interface HistoryMessages

    Requests, Notifications and Subscriptions from the History feature

    interface HistoryMessages {
        notifications:
            | OpenNotification
            | ReportInitExceptionNotification
            | ReportPageExceptionNotification;
        requests: | DeleteDomainRequest
        | DeleteRangeRequest
        | DeleteTermRequest
        | EntriesDeleteRequest
        | EntriesMenuRequest
        | GetRangesRequest
        | InitialSetupRequest
        | QueryRequest;
    }
    Index

    Properties