Search response containing matched manga results and pagination information.
export interface MangaSearchResponse { matches: MangaMatch[]; pageInfo?: PageInfo;} Copy
export interface MangaSearchResponse { matches: MangaMatch[]; pageInfo?: PageInfo;}
Optional
Search response containing matched manga results and pagination information.
Source