Interface CronScheduleInternal

A Cron-formatted scheduling object

interface CronSchedule {
    day_of_month: string;
    day_of_week: string;
    hour: string;
    minute: string;
}

Properties

day_of_month: string
day_of_week: string
hour: string
minute: string

Generated using TypeDoc