interface FavoriteFavicon {
    maxAvailableSize: number;
    src: string;
}

Properties

maxAvailableSize: number
src: string