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

    Type Alias EventName<Events>

    EventName: keyof Events & string

    Narrows keyof Events to string keys only

    Used throughout the API as EventName<Events> to represent the valid event names for a particular Events type.

    Type Parameters