Show search tips for MyAnimeList

This commit is contained in:
schroda
2024-05-07 14:42:02 +02:00
parent f994d32e91
commit f2be29ea3a
4 changed files with 46 additions and 3 deletions

View File

@@ -14,6 +14,10 @@ import {
TrackRecordType,
} from '@/lib/graphql/generated/graphql.ts';
export enum Tracker {
MYANIMELIST = 1,
}
export const UNSET_DATE = '0';
export type TTrackRecord = GetMangaQuery['manga']['trackRecords']['nodes'][number];