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

@@ -7,7 +7,7 @@
*/
import { MangaStatus, MangaType, TrackerType } from '@/lib/graphql/generated/graphql.ts';
import { GridLayout, NullAndUndefined } from '@/base/Base.types.ts';
import { GridLayout } from '@/base/Base.types.ts';
export type MetadataLibrarySettings = {
showAddToLibraryCategorySelectDialog: boolean;

View File

@@ -22,7 +22,7 @@ import {
MangaUnreadInfo,
} from '@/features/manga/Manga.types.ts';
import { SourceDisplayNameInfo } from '@/features/source/Source.types.ts';
import { NullAndUndefined, SearchParam } from '@/base/Base.types.ts';
import { SearchParam } from '@/base/Base.types.ts';
const triStateFilter = (
triState: NullAndUndefined<boolean>,