export interface GuildScheduledEventRecurrenceRule
Represents the recurrence rule for a GuildScheduledEvent.
readonly GuildScheduledEventRecurrenceRuleMonth[] | null byMonth :
The months to recur on
readonly GuildScheduledEventRecurrenceRuleNWeekday[] | null byNWeekday :
The days within a week to recur on
readonly GuildScheduledEventRecurrenceRuleWeekday[] | null byWeekday :
The days within a week to recur on
GuildScheduledEventRecurrenceRuleFrequency frequency :
How often the event occurs
number interval :
The spacing between the events
readonlyDate startAt :
The time the recurrence rule interval starts at
number startTimestamp :
The timestamp the recurrence rule interval starts at