RecurrenceUnion type

Alias for RecurrenceUnion

type RecurrenceUnion =
  | DailyRecurrence
  | WeeklyRecurrence
  | MonthlyRecurrence
  | Recurrence