Interface: TurnEndEvent
Defined in: lib/types/turn_runner.ts:118
Payload emitted when a turn ends.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
durationMs | number | Duration of the turn in milliseconds. | lib/types/turn_runner.ts:126 |
endedAt | DateTime | When the turn ended. | lib/types/turn_runner.ts:124 |
startedAt | DateTime | When the turn started. | lib/types/turn_runner.ts:122 |
turnId | string | The unique ID of the turn that ended. | lib/types/turn_runner.ts:120 |