Nyora (JavaScript) - v0.1.1
    Preparing search index...

    Interface MangaDetails

    Full metadata for one manga together with its chapter list.

    interface MangaDetails {
        manga: Manga;
        chapters: MangaChapter[];
    }
    Index

    Properties

    Properties

    manga: Manga

    The manga metadata.

    chapters: MangaChapter[]

    The manga's chapters.