make title optional for cache

This commit is contained in:
Hongbo Wu 2024-01-23 16:54:35 +08:00
parent 1332cda356
commit fd0bb37d3a

View file

@ -47,7 +47,7 @@ interface LogRecord {
interface FetchResult {
finalUrl: string
title: string
title?: string
content?: string
contentType?: string
readabilityResult?: unknown