Type Alias Machine<D>

Machine<D>: readonly [definition: D, config?: Config.Signature]

The state machine.

Type Parameters