Skip to content
1 min read · 37 words

Type Alias: TurnObservabilityEvent<K>

ts
type TurnObservabilityEvent<K> = Key<K, TurnObservabilityEvents>;

Valid event name keys for the @nhtio/adk!TurnRunner observability bus.

Type Parameters

Type ParameterDescription
KInferred from the key of TurnObservabilityEvents.