Rezi
    Preparing search index...

    Type Alias ReproEventCapture

    ReproEventCapture: Readonly<
        {
            batches: readonly ReproRecordedEventBatch[];
            bounds: ReproEventCaptureBounds;
            ordering: ReproEventCaptureOrdering;
            timing: ReproEventCaptureTiming;
            totals: ReproEventCaptureTotals;
            truncation: ReproEventCaptureTruncation;
        },
    >

    Event-capture payload added by schema v2 bundles.