Skip to content

OptionResolvedWithValue

1
type OptionResolvedWithValue: MakeRequired<Pick<OptionResolved, "name" | "value" | "focused">, "value"> & Object;

Type declaration

MemberType
typeApplicationCommandOptionType.Boolean | ApplicationCommandOptionType.Integer | ApplicationCommandOptionType.Number | ApplicationCommandOptionType.String

Source

seyfert/src/commands/optionresolver.ts:211