Type Alias StateMachineEventMap<V>

StateMachineEventMap<V>: {
    change: Io.StateChangeEvent<V>;
    stop: StopEvent<V>;
}

Type Parameters