interface CreateScheduledEvent implements WithReasonimport { type CreateScheduledEvent } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; PropertiesoptionalchannelId: BigStringthe channel id of the scheduled event. optionallocation: stringlocation of the event. Required for events with entityType: ScheduledEventEntityType.External name: stringthe name of the scheduled event description: 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. Required for events with entityType: ScheduledEventEntityType.External optionalprivacyLevel: ScheduledEventPrivacyLevelthe privacy level of the scheduled event entityType: ScheduledEventEntityTypethe type of hosting entity associated with a scheduled event