@iocium/urlscan - v0.0.0
    Preparing search index...

    Interface SearchOptions

    Represents the optional parameters for search queries.

    interface SearchOptions {
        search_after: string;
        size: number;
    }
    Index

    Properties

    Properties

    search_after: string

    A string indicating the point from which to continue the search.

    size: number

    The number of results to return.