Interface: TurnStartEvent
Defined in: src/lib/types/turn_runner.ts:109
Payload emitted when a turn begins.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
startedAt | DateTime | When the turn started. | src/lib/types/turn_runner.ts:113 |
turnId | string | The unique ID of the turn that started. | src/lib/types/turn_runner.ts:111 |