Type Alias ScheduleRequestObject

type ScheduleRequestObject = {
    interval?: number;
    startAt?: string;
    stopAt?: string;
    timezone?: string;
}
Index

Properties

interval?: number

Interval in seconds; must be a multiple of 60. Values are rounded to the nearest minute (≥30 seconds rounded up, otherwise down).

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