RecurrenceUnion type

리커런스유니언의 별명

type RecurrenceUnion =
  | DailyRecurrence
  | WeeklyRecurrence
  | MonthlyRecurrence
  | Recurrence