Type Alias Effect<E>

Effect<E>: E | readonly E[]

The type of effect for state machine.

Type Parameters

  • E extends string

    The type of effect names for state machine functions.