interface CreateScheduleRequest {
    cron_day_of_month: string;
    cron_day_of_week: string;
    cron_hour: string;
    cron_minute: string;
    is_active: boolean;
    name: string;
}

Properties

cron_day_of_month: string
cron_day_of_week: string
cron_hour: string
cron_minute: string
is_active: boolean
name: string

Generated using TypeDoc