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

    Interface BookmarkSuggestion

    interface BookmarkSuggestion {
        isFavorite: boolean;
        kind: "bookmark";
        score: number;
        title: string;
        url: string;
    }
    Index

    Properties

    isFavorite: boolean
    kind: "bookmark"
    score: number
    title: string
    url: string