jeeves-meta-monorepo
    Preparing search index...

    Interface WatcherScanResult

    Response shape for watcher scan queries.

    interface WatcherScanResult {
        cursor: string | null;
        points: WatcherScanPoint[];
    }
    Index

    Properties

    Properties

    cursor: string | null