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

    Interface SuggestionsData

    interface SuggestionsData {
        suggestions: {
            duckduckgoSuggestions: Suggestion[];
            localSuggestions: Suggestion[];
            topHits: Suggestion[];
        };
    }
    Index

    Properties

    Properties

    suggestions: {
        duckduckgoSuggestions: Suggestion[];
        localSuggestions: Suggestion[];
        topHits: Suggestion[];
    }