interface TimerFiredAttributes {
    execution_index: number;
    kind: "timer_fired";
    timeline_key: string;
}

Properties

execution_index: number
kind
timeline_key: string