import type { Statistics } from '../Common'; export interface MangaStatistics extends Statistics { reading: number; plan_to_read: number; }