Skip to content

TimeInterval🔗

Definition🔗

export interface TimeInterval {
    times?: alerting.TimeRange[];
    weekdays?: alerting.WeekdayRange[];
    days_of_month?: alerting.DayOfMonthRange[];
    months?: alerting.MonthRange[];
    years?: alerting.YearRange[];
    location?: alerting.Location;
}

Methods🔗

No methods.

See also🔗