AniLink - v1.29.2
    Preparing search index...

    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;
    }
    Index

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

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