Op<G>: Not<G> | And<G> | Or<G>

The type of guard for state machine.

Type Parameters

  • G extends string

    The type of guard names for state machine functions.