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

    Interface SearchPage

    One page of manga results from browse or search.

    interface SearchPage {
        entries: Manga[];
        hasNextPage: boolean;
    }
    Index

    Properties

    Properties

    entries: Manga[]

    The manga on this page.

    hasNextPage: boolean

    Whether a further page is likely available.