NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface BacaKomikChapterData

    interface BacaKomikChapterData {
        id: string;
        title: string;
        chapter: string;
        next: string;
        thumbnail: string;
        readerLink: string;
        adsLink: string;
        images: string[];
    }
    Index

    Properties

    id: string
    title: string
    chapter: string
    next: string
    thumbnail: string
    readerLink: string
    adsLink: string
    images: string[]