Skip to content
1 min read · 95 words

Interface: TurnEndEvent

Defined in: src/lib/types/turn_runner.ts:119

Payload emitted when a turn ends.

Properties

PropertyTypeDescriptionDefined in
durationMsnumberDuration of the turn in milliseconds.src/lib/types/turn_runner.ts:127
endedAtDateTimeWhen the turn ended.src/lib/types/turn_runner.ts:125
startedAtDateTimeWhen the turn started.src/lib/types/turn_runner.ts:123
turnIdstringThe unique ID of the turn that ended.src/lib/types/turn_runner.ts:121