Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias APIApplicationCommandInteractionDataBooleanOption
Re-export
import { type APIApplicationCommandInteractionDataBooleanOption } from "https://deno.land/x/discord_api_types@0.37.13/payloads/v9/interactions.ts";
definition: APIInteractionDataOptionBase<ApplicationCommandOptionType.Boolean, boolean>