Interface: TurnEndEvent
Defined in: src/lib/types/turn_runner.ts:119
Payload emitted when a turn ends.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
durationMs | number | Duration of the turn in milliseconds. | src/lib/types/turn_runner.ts:127 |
endedAt | DateTime | When the turn ended. | src/lib/types/turn_runner.ts:125 |
startedAt | DateTime | When the turn started. | src/lib/types/turn_runner.ts:123 |
turnId | string | The unique ID of the turn that ended. | src/lib/types/turn_runner.ts:121 |