Type Alias StateMachineWithEventsOpts<V>

StateMachineWithEventsOpts<V>: {
    debug?: boolean;
    initial?: StateNames<V>;
}

Type Parameters