@thingts/fsm-engine - v1.2.1
    Preparing search index...

    Type Alias EventMap

    EventMap: Record<string, unknown>

    Base type for an FSM event map.

    An event map associates each event name with its payload type. Use void for events with no payload.

    Most users will not need to reference this type directly; it primarily appears in generic constraints throughout the FSM API.