Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias DiscordInteractionDataOption
Re-export
import { type DiscordInteractionDataOption } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";
definition: { name: string; type: ApplicationCommandOptionTypes; value?:
| string
| boolean
| number
| DiscordMember
| DiscordChannel
| DiscordRole
; options?: DiscordInteractionDataOption[]; focused?: boolean; }