Matching result between a Kenmei manga entry and an AniList manga entry.
export interface MangaMatch { kenmei: KenmeiManga; anilist: { id: number; title: { romaji: string; english: string | null; native: string | null; }; matchConfidence: number; } | null;} Copy
export interface MangaMatch { kenmei: KenmeiManga; anilist: { id: number; title: { romaji: string; english: string | null; native: string | null; }; matchConfidence: number; } | null;}
Matching result between a Kenmei manga entry and an AniList manga entry.
Source