Skip to content
1 min read · 95 words

Interface: TurnEndEvent

Defined in: lib/types/turn_runner.ts:118

Payload emitted when a turn ends.

Properties

PropertyTypeDescriptionDefined in
durationMsnumberDuration of the turn in milliseconds.lib/types/turn_runner.ts:126
endedAtDateTimeWhen the turn ended.lib/types/turn_runner.ts:124
startedAtDateTimeWhen the turn started.lib/types/turn_runner.ts:122
turnIdstringThe unique ID of the turn that ended.lib/types/turn_runner.ts:120