interface EditScheduledEvent implements WithReasonimport { type EditScheduledEvent } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; PropertieschannelId: BigString | nullthe channel id of the scheduled event. null if switching to external event. optionallocation: stringlocation of the event name: stringthe name of the scheduled event optionaldescription: stringthe description of the scheduled event scheduledStartTime: numberthe time the scheduled event will start optionalscheduledEndTime: numberthe time the scheduled event will end if it does end. privacyLevel: ScheduledEventPrivacyLevelthe privacy level of the scheduled event entityType: ScheduledEventEntityTypethe type of hosting entity associated with a scheduled event status: ScheduledEventStatusthe status of the scheduled event