Recurrence type

繰り返しモデル。

type Recurrence =
  | RecurrenceParent
  | DailyRecurrence
  | HourlyRecurrence
  | MonthlyRecurrenceByWeekDays
  | MonthlyRecurrenceByDates
  | RecurrenceWithCron
  | WeeklyRecurrence