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

    Interface SearchOpenSuggestion

    interface SearchOpenSuggestion {
        suggestion:
            | BookmarkSuggestion
            | OpenTabSuggestion
            | PhraseSuggestion
            | WebsiteSuggestion
            | HistoryEntrySuggestion
            | InternalPageSuggestion;
        target: OpenTarget;
    }
    Index

    Properties

    Properties

    target: OpenTarget