interface TimerStartedAttributes {
    duration_ms?: number;
    execution_index: number;
    kind: "timer_started";
    timeline_key: string;
}

Properties

duration_ms?: number
execution_index: number
kind
timeline_key: string