interface FaviconFound {
    documentUrl: string;
    favicons: FaviconAttrs[];
}

Properties

documentUrl: string
favicons: FaviconAttrs[]