Type Alias ScheduleResponseObject

type ScheduleResponseObject = {
    id?: string;
    interval?: number;
    lastStartedAt?: string;
    nextRunAt?: string;
    recurrence?: string;
    startAt?: string;
    stopAt?: string;
    timezone?: string;
}
Index
id?: string
interval?: number

Interval in seconds.

lastStartedAt?: string
nextRunAt?: string
recurrence?: string

The RRULE that defines when the automation runs.

startAt?: string
stopAt?: string
timezone?: string