GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OptionResolvedWithValue

API/Type Aliases/OptionResolvedWithValue
seyfert/lib/commands/optionresolver.d.ts

Signature

export type OptionResolvedWithValue = MakePresent<Pick<OptionResolved, 'name' | 'value' | 'focused'>, 'value'> & {    type: ApplicationCommandOptionType.Boolean | ApplicationCommandOptionType.Integer | ApplicationCommandOptionType.Number | ApplicationCommandOptionType.String;};

Members

This export does not declare public properties or methods in the generated declaration file.