Represents a matched manga from any source with AniList information.
Source
exportinterfaceMangaMatchResult<TextendsBaseMangaEntry = BaseMangaEntry> { /** The original manga entry from the source */ sourceManga: T; /** Extracted AniList ID if found */ anilistId?: number; /** AniList URL if found */ anilistUrl?: string; /** Source this match came from */ source: MangaSource; }
Represents a matched manga from any source with AniList information.
Source