drupflare/worker - v1.0.0
    Preparing search index...

    Interface CronCursor

    The cursor exec() hands back, narrowed to the three things a ledger reads off it.

    interface CronCursor {
        rowsRead: number;
        rowsWritten: number;
        toArray(): Record<string, unknown>[];
    }
    Index
    rowsRead: number
    rowsWritten: number
    • Returns Record<string, unknown>[]