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

    Interface GroupdaSearchOptions

    interface GroupdaSearchOptions {
        keywords: string;
        pageLimit?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    keywords: string
    pageLimit?: number