Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationCommandOptionChoice<T>

Type parameters

  • T: Constants["ApplicationCommandOptionTypes"][keyof Pick<Constants["ApplicationCommandOptionTypes"], "STRING" | "INTEGER" | "NUMBER">] | unknown = unknown

Hierarchy

  • ApplicationCommandOptionChoice

Index

Properties

Properties

name

name: string

value

value: T extends 3 ? string : T extends 10 ? number : T extends 4 ? number : string | number

Generated using TypeDoc