RecurrenceOutput type

Wiederholungsmodell.

type RecurrenceOutput =
  | RecurrenceOutputParent
  | DailyRecurrenceOutput
  | HourlyRecurrenceOutput
  | MonthlyRecurrenceByWeekDaysOutput
  | MonthlyRecurrenceByDatesOutput
  | RecurrenceWithCronOutput
  | WeeklyRecurrenceOutput