Statistics is an interface representing the statistics of a media. It includes the anime and manga each being an instance of MediaStatistics.

interface Statistics {
    anime: MediaStatistics;
    manga: MediaStatistics;
}

Properties

Properties

anime is an instance of MediaStatistics representing the statistics of an anime.

manga is an instance of MediaStatistics representing the statistics of a manga.