pull/659/head
Travis Fischer 2024-06-19 20:48:44 -07:00
rodzic 2e4027dbe8
commit b93c1973d4
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -14,16 +14,16 @@ export namespace scraper {
})
export type ScrapeResult = Partial<{
title: string
siteName: string
description: string
author: string
byline: string
description: string
imageUrl: string
logoUrl: string
lang: string
length: number
logoUrl: string
publishedTime: string
siteName: string
title: string
/** The HTML for the main content of the page. */
content: string