@typed-discord/rest
    Preparing search index...

    Interface ByNWeekday

    interface ByNWeekday {
        day: RecurrenceRuleWeekdays;
        n: number;
    }
    Index

    Properties

    Properties

    The day within the week to reoccur on

    n: number

    The week to reoccur on (1-5, where 5 represents the last week)