Skip to main content
Extremely Popular
Go to Latest
type alias DiscordInteractionDataOption
Re-export
import { type DiscordInteractionDataOption } from "https://deno.land/x/discordeno@17.2.0/mod.ts";
definition: { name: string; type: ApplicationCommandOptionTypes; value?:
| string
| boolean
| number
| DiscordMember
| DiscordChannel
| DiscordRole
; options?: DiscordInteractionDataOption[]; focused?: boolean; }