diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 2862612..0e9138d 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -100,4 +100,5 @@ export default { "news.languages": ARR(STR), "news.domains": ARR(STR), "news.timezone": STR, + "news.pages": NUM, } as { [k: string]: string | string[] | number[] }; |