Represents the search response from Comick API.
export interface ComickSearchResponse { data: ComickManga[]; status: string; message?: string;} Copy
export interface ComickSearchResponse { data: ComickManga[]; status: string; message?: string;}
Optional
Represents the search response from Comick API.
Source