Represents a manga match result with confidence score.
export interface MangaMatch { coverImage?: | { medium?: string; large?: string; } | string; format?: string; status?: string; chapters?: number; title?: string; id?: number; manga: AniListManga; confidence: number;} Copy
export interface MangaMatch { coverImage?: | { medium?: string; large?: string; } | string; format?: string; status?: string; chapters?: number; title?: string; id?: number; manga: AniListManga; confidence: number;}
Optional
Represents a manga match result with confidence score.
Source