Add reader_articles type info to cheer up TS

This commit is contained in:
Oliver Blanthorn 2025-11-24 17:45:11 +01:00
parent 2c700182f8
commit faeec5384d
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1368,6 +1368,12 @@ export class default_config {
bg: "all",
outline: "all",
}
/**
* Internal temporary storage for :reader, mapping UUIDs to base64 encoded html strings of articles
*/
reader_articles: { [id: string]: string } = {
}
}
const platform_defaults = {