interface APIApplicationCommandInteractionDataStringOption {
    focused?: boolean;
    name: string;
    type: String;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

focused?: boolean
name: string
type: String
value: string