Skip to content
1 min read · 65 words

Interface: TurnStartEvent

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

Payload emitted when a turn begins.

Properties

PropertyTypeDescriptionDefined in
startedAtDateTimeWhen the turn started.lib/types/turn_runner.ts:112
turnIdstringThe unique ID of the turn that started.lib/types/turn_runner.ts:110