Skip to content
1 min read · 65 words

Interface: TurnStartEvent

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

Payload emitted when a turn begins.

Properties

PropertyTypeDescriptionDefined in
startedAtDateTimeWhen the turn started.src/lib/types/turn_runner.ts:113
turnIdstringThe unique ID of the turn that started.src/lib/types/turn_runner.ts:111