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