Represents a match result between Kenmei and AniList.
export interface MatchResult { kenmeiManga: KenmeiManga; anilistMatches?: AnilistMatch[]; selectedMatch?: AnilistMatch; status: string; matchDate?: string;} Copy
export interface MatchResult { kenmeiManga: KenmeiManga; anilistMatches?: AnilistMatch[]; selectedMatch?: AnilistMatch; status: string; matchDate?: string;}
Optional
Represents a match result between Kenmei and AniList.
Source