Fix tsc error

This commit is contained in:
schroda
2025-03-31 01:03:40 +02:00
parent 9ad1af4846
commit 7a7a0dfa9c

View File

@@ -79,6 +79,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
shouldInformAboutMissingChapter: undefined,
shouldInformAboutScanlatorChange: undefined,
hideHistory: undefined,
scrollAmount: undefined,
};
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);