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

Properties

etldPlusOne: null | string

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

favicon: null | FavoriteFavicon
id: string
title: string
url: string

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