import type { Statistics } from '../Common';
export interface AnimeStatistics extends Statistics {
    watching: number;
    plan_to_watch: number;
}
