Response from manga search containing matches and pagination.
export interface MangaSearchResponse { /** Array of manga matches with confidence scores */ matches: MangaMatch[]; /** Pagination information if available */ pageInfo?: PageInfo;} Copy
export interface MangaSearchResponse { /** Array of manga matches with confidence scores */ matches: MangaMatch[]; /** Pagination information if available */ pageInfo?: PageInfo;}
Array of manga matches with confidence scores
Optional
Pagination information if available
Response from manga search containing matches and pagination.
Source