export interface ChapterDetails { id: string mangaId: string pages: string[] }