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

    Interface Liputan6NewsDetail

    interface Liputan6NewsDetail {
        title: string;
        description?: string;
        image?: string;
        published?: string;
        author?: string;
        content: string;
    }
    Index

    Properties

    title: string
    description?: string
    image?: string
    published?: string
    author?: string
    content: string