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

    Interface InternalPageSuggestion

    interface InternalPageSuggestion {
        kind: "internalPage";
        score: number;
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

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