From ed25a8790c43555d58c3debfcc2ec951fd4516fb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:04:15 +1000 Subject: feat: news service --- src/config/types.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config/types.ts') 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[] }; -- cgit v1.2.3-freya