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

    Interface BacaKomikLatestResult

    interface BacaKomikLatestResult {
        title: string;
        url: string;
        image: string;
        type: string;
        views: number;
        score: number;
        status: string;
        colorized: boolean;
        latestChapter: { chapter: string; url: string; time: string };
    }
    Index

    Properties

    title: string
    url: string
    image: string
    type: string
    views: number
    score: number
    status: string
    colorized: boolean
    latestChapter: { chapter: string; url: string; time: string }