Skip to content
1 min read · 37 words

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 ParameterDescription
KInferred from the key of TurnEvents.