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

    Interface HistoryEntrySuggestion

    interface HistoryEntrySuggestion {
        kind: "historyEntry";
        score: number;
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    kind: "historyEntry"
    score: number
    title: string
    url: string