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

    Interface BacaKomikRecommendationResult

    interface BacaKomikRecommendationResult {
        title: string;
        url: string;
        image: string;
        type: string;
        score: number;
        status: string;
        recommendedChapter: { chapter: string; url: string; time: string };
    }
    Index

    Properties

    title: string
    url: string
    image: string
    type: string
    score: number
    status: string
    recommendedChapter: { chapter: string; url: string; time: string }