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

    Interface ApkPureSearchOptions

    interface ApkPureSearchOptions {
        keyword: string;
        limit?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    keyword: string
    limit?: number