Search response that includes both matches and pagination info.
export interface MangaSearchResponse { matches: MangaMatch[]; pageInfo?: PageInfo;} Copy
export interface MangaSearchResponse { matches: MangaMatch[]; pageInfo?: PageInfo;}
Optional
Search response that includes both matches and pagination info.
Source