Type Alias: TurnEvent<K>
ts
type TurnEvent<K> = Key<K, TurnEvents>;Valid event name keys for the @nhtio/adk!TurnRunner functional bus.
Type Parameters
| Type Parameter | Description |
|---|---|
K | Inferred from the key of TurnEvents. |