RecurrenceOutput type
递归模型。
type RecurrenceOutput =
| RecurrenceOutputParent
| DailyRecurrenceOutput
| HourlyRecurrenceOutput
| MonthlyRecurrenceByWeekDaysOutput
| MonthlyRecurrenceByDatesOutput
| RecurrenceWithCronOutput
| WeeklyRecurrenceOutput