Represents a matched manga from Comick with AniList info.
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.
Source