interface DiscordSelectOptionimport { type DiscordSelectOption } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; Propertieslabel: stringThe user-facing name of the option. Maximum 25 characters. value: stringThe dev-defined value of the option. Maximum 100 characters. optionaldescription: stringAn additional description of the option. Maximum 50 characters. optionalemoji: { id?: string; name?: string; animated?: boolean; }The id, name, and animated properties of an emoji. optionaldefault: booleanWill render this option as already-selected by default.