Type Alias IoEvents<StateMachineTransitions>

IoEvents<StateMachineTransitions>: {
    change: Io.StateChangeEvent<StateMachineTransitions>;
    data: IoDataEvent;
}

Type Parameters