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

    Interface OpenTabSuggestion

    interface OpenTabSuggestion {
        kind: "openTab";
        score: number;
        tabId: string;
        title: string;
    }
    Index

    Properties

    Properties

    kind: "openTab"
    score: number
    tabId: string
    title: string