Represents a matched manga from Comick with AniList info.
Use MangaMatchResult from manga-sources/types instead.
export interface ComickMatchResult { comickManga: ComickManga; anilistId?: number; anilistUrl?: string; source: "comick";} Copy
export interface ComickMatchResult { comickManga: ComickManga; anilistId?: number; anilistUrl?: string; source: "comick";}
Optional
Represents a matched manga from Comick with AniList info.
Deprecated
Use MangaMatchResult from manga-sources/types instead.
Source