Move type "NullAndUndefined" to util types

This commit is contained in:
schroda
2025-08-16 17:10:48 +02:00
parent e1058200c0
commit f13fcc0e8c
7 changed files with 4 additions and 7 deletions

View File

@@ -33,7 +33,6 @@ import { ISourceMetadata } from '@/features/source/Source.types.ts';
import { LibraryOptions } from '@/features/library/Library.types.ts';
import { MetadataThemeSettings } from '@/features/theme/AppTheme.types.ts';
import { TapZoneInvertMode } from '@/features/reader/tap-zones/TapZoneLayout.types.ts';
import { NullAndUndefined } from '@/base/Base.types.ts';
export const APP_METADATA_KEY_PREFIX = 'webUI';