@its-not-rocket-science/ananke
    Preparing search index...

    Interface ReplayFrame

    One recorded tick: the tick number and the commands dispatched that tick.

    interface ReplayFrame {
        commands: readonly (readonly [number, readonly Command[]])[];
        tick: number;
    }
    Index

    Properties

    Properties

    commands: readonly (readonly [number, readonly Command[]])[]
    tick: number