export interface APIGuildScheduledEventRecurrenceRulehttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-recurrence-rule-object-guild-scheduled-event-recurrence-rule-structure
by_month : GuildScheduledEventRecurrenceRuleMonth[] | null
Set of specific months to recur on
by_n_weekday : GuildScheduledEventRecurrenceRuleNWeekday[] | null
List of specific days within a specific week (1-5) to recur on
by_weekday : GuildScheduledEventRecurrenceRuleWeekday[] | null
Set of specific days within a week for the event to recur on
frequency : GuildScheduledEventRecurrenceRuleFrequency
How often the event occurs
interval : number
The spacing between the events, defined by frequency. For example, frequency of  and an interval of 2 would be "every-other week"
start : string
Starting time of the recurrence interval