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

    Interface MigrationChunk

    One chunk file. Both fields are optional; a chunk missing either is a case step() refuses.

    interface MigrationChunk {
        i?: number;
        statements?: PackedStatement[];
    }
    Index
    i?: number
    statements?: PackedStatement[]