---
url: 'https://adk.nht.io/api/@nhtio/adk/turn_runner/type-aliases/TurnEvent.md'
description: 'Valid event name keys for the {@link @nhtio/adk!TurnRunner} functional bus.'
---

# Type Alias: TurnEvent\<K>

```ts
type TurnEvent<K> = Key<K, TurnEvents>;
```

Defined in: [lib/types/turn\_runner.ts:319](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/types/turn_runner.ts#L319)

Valid event name keys for the [@nhtio/adk!TurnRunner](../classes/TurnRunner.md) functional bus.

## Type Parameters

| Type Parameter | Description                                           |
| -------------- | ----------------------------------------------------- |
| `K`            | Inferred from the key of [TurnEvents](TurnEvents.md). |
