Files
grafana/apps/alerting/notifications/kinds/v0alpha1/timeInterval_spec.cue
T
2025-04-18 15:14:52 +01:00

20 lines
298 B
CUE

package v0alpha1
TimeIntervalSpec: {
name: string
time_intervals: [...#Interval]
}
#TimeRange: {
start_time: string
end_time: string
}
#Interval: {
times?: [...#TimeRange]
weekdays?: [...string]
days_of_month?: [...string]
months?: [...string]
years?: [...string]
location?: string
}