Search response containing matched manga results and pagination information.

export interface MangaSearchResponse {
matches: MangaMatch[];
pageInfo?: PageInfo;
}
interface MangaSearchResponse {
    matches: MangaMatch[];
    pageInfo?: PageInfo;
}

Properties

Properties

matches: MangaMatch[]
pageInfo?: PageInfo