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

    Type Alias HeapRestoreCursor

    where a chunked heap restore has got to, for the LIVE heap only; see the field's own note

    type HeapRestoreCursor = {
        bytesWritten: number;
        firings: number;
        nextChunk: number;
        snapshotId: number;
        totalChunks: number;
    }
    Index
    bytesWritten: number
    firings: number
    nextChunk: number
    snapshotId: number
    totalChunks: number