mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Add reader_articles type info to cheer up TS
This commit is contained in:
parent
2c700182f8
commit
faeec5384d
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue