Interface IAutomationScheduleBase

interface IAutomationScheduleBase {
    interval: number;
    startAt: string;
    stopAt: string;
    timezone: string;
}

Hierarchy (view full)

Properties

interval: number
startAt: string
stopAt: string
timezone: string