export interface APIGuildScheduledEventRecurrenceRule
https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-structure
externalGuildScheduledEventRecurrenceRuleMonth[] | null by_month :
Set of specific months to recur on
externalGuildScheduledEventRecurrenceRuleNWeekday[] | null by_n_weekday :
List of specific days within a specific week (1-5) to recur on
externalGuildScheduledEventRecurrenceRuleWeekday[] | null by_weekday :
Set of specific days within a week for the event to recur on
The total amount of times that the event is allowed to recur before stopping
externalGuildScheduledEventRecurrenceRuleFrequency frequency :
How often the event occurs
externalnumber interval :
The spacing between the events, defined by frequency
. For example, frequency
of and an interval
of 2
would be "every-other week"
externalstring start :
Starting time of the recurrence interval