diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 68f1824..736548a 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -94,4 +94,10 @@ export default { "thumbnailer.defaults.width": NUM, "thumbnailer.defaults.height": NUM, "thumbnailer.defaults.exact": BOOL, + "news.apiKey": STR, + "news.countries": ARR(STR), + "news.categories": ARR(STR), + "news.languages": ARR(STR), + "news.domains": ARR(STR), + "news.timezone": STR, } as { [k: string]: string | string[] | number[] }; |