diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 8936937..226b2dd 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -82,4 +82,9 @@ export default { "calendar.webcals": ARR(STR), "calendar.upcomingDays": NUM, "calendar.notify": BOOL, + "thumbnailer.maxAttempts": NUM, + "thumbnailer.timeBetweenAttempts": NUM, + "thumbnailer.defaults.width": NUM, + "thumbnailer.defaults.height": NUM, + "thumbnailer.defaults.exact": BOOL, } as { [k: string]: string | string[] | number[] }; |