Represents a duplicate entry with one AniList manga mapped to multiple Kenmei titles.
export interface DuplicateEntry { anilistId: number; anilistTitle: string; kenmeiTitles: string[];} Copy
export interface DuplicateEntry { anilistId: number; anilistTitle: string; kenmeiTitles: string[];}
AniList manga ID.
AniList manga title (romaji or english).
Array of Kenmei manga titles mapped to this AniList ID.
Represents a duplicate entry with one AniList manga mapped to multiple Kenmei titles.
Source