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

    Interface BacaKomikSearchResult

    BacaKomik Scraper Types

    interface BacaKomikSearchResult {
        title: string;
        url: string;
        image: string;
        type: string;
        score: number;
        genres: string[];
        chapter: string;
    }
    Index

    Properties

    title: string
    url: string
    image: string
    type: string
    score: number
    genres: string[]
    chapter: string