@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface ScrollPageResult

    Result of a single scroll page.

    interface ScrollPageResult {
        nextCursor?: string | number;
        points: ScrolledPoint[];
    }
    Index

    Properties

    Properties

    nextCursor?: string | number

    Cursor for next page, or undefined when no more pages.

    points: ScrolledPoint[]

    Matched points.