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

@@ -20,8 +20,6 @@ export enum DirectionOffset {
NEXT = 1,
}
export type NullAndUndefined<T> = T | null | undefined;
export type TranslationKey = ParseKeys;
interface DisplayDataTranslationKey {