Type Alias: TimerWaitStateDetails
type TimerWaitStateDetails = BaseWaitStateDetails & object;
Type Declaration
dueDate
dueDate: number | null;
When the timer is due, as a UNIX epoch timestamp in milliseconds.
repetitions
repetitions: number | null;
The number of remaining timer repetitions (-1 for infinite, 0 for non-repeating).
waitStateType
waitStateType: string;
The wait state type discriminator.