interface APIGuildScheduledEventRecurrenceRuleNWeekday {
    day: GuildScheduledEventRecurrenceRuleWeekday;
    n: 1 | 2 | 3 | 4 | 5;
}

Properties

Properties

The day within the week to reoccur on

n: 1 | 2 | 3 | 4 | 5

The week to reoccur on.