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

    Interface PhraseSuggestion

    interface PhraseSuggestion {
        kind: "phrase";
        phrase: string;
    }
    Index

    Properties

    Properties

    kind: "phrase"
    phrase: string