Represents the result of a manga match operation.
export interface MangaMatchResult { kenmeiManga: KenmeiManga; anilistMatches?: MangaMatch[]; selectedMatch?: AniListManga; status: MatchStatus; matchDate?: Date;} Copy
export interface MangaMatchResult { kenmeiManga: KenmeiManga; anilistMatches?: MangaMatch[]; selectedMatch?: AniListManga; status: MatchStatus; matchDate?: Date;}
Optional
Represents the result of a manga match operation.
Source