Not<G>: {
    op: "not";
    value: G | Op<G>;
}

The type of guard for state machine. Inverts the boolean value returned by the guard function.

Type Parameters

  • G extends string

    The type of guard names for state machine functions.