Represents an AniList match for a manga entry.
export interface AnilistMatch { id: number; title: { english?: string | null; romaji?: string | null; native?: string | null; }; coverImage?: { medium?: string; large?: string; }; description?: string; status?: string; matchConfidence?: number;} Copy
export interface AnilistMatch { id: number; title: { english?: string | null; romaji?: string | null; native?: string | null; }; coverImage?: { medium?: string; large?: string; }; description?: string; status?: string; matchConfidence?: number;}
Optional
Represents an AniList match for a manga entry.
Source