Loom Engine - v3.1.1
    Preparing search index...

    Interface ReplayEvent

    interface ReplayEvent {
        type: string;
        key?: string;
        data?: Record<string, unknown>;
        tick: number;
    }
    Index

    Properties

    Properties

    type: string
    key?: string
    data?: Record<string, unknown>
    tick: number