gatelineAPI reference
interface ScheduleConfig {
    errors: string[];
    schedules: ScheduleEntry[];
}

Properties

Properties

errors: string[]

Entries that failed to parse — logged, never guessed at (the bounce rule applied to config).

schedules: ScheduleEntry[]