ExpectedCalendarErrors: {
    badId: {
        defaultId: CalendarConnectionError;
        newId: CalendarConnectionError;
    };
    badPublicEmbedUrl: CommandParseError;
    failedRequest: CalendarConnectionError;
    inaccessibleCalendar: CalendarConnectionError;
    nonAdminMakingCalendarStrForOthers: CommandParseError;
    nonServerInteraction: ((guildName?: string) => CommandParseError);
    refreshTimedout: CalendarConnectionError;
} = ...

Type declaration

Generated using TypeDoc