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