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

    Interface Favorite

    interface Favorite {
        etldPlusOne: null | string;
        favicon: Favicon;
        id: string;
        title: string;
        url: string;
    }
    Index

    Properties

    etldPlusOne: null | string

    The eTLD+1 of the URL, representing the effective top-level domain and one second-level domain

    favicon: Favicon
    id: string
    title: string
    url: string

    The full url that will be navigated to (including path, query params and hash)