Type Alias ScheduleRequestObject

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

Properties

interval?: number

time in seconds.

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