Interface ApplicationCommandOptionsChoices<T>

interface ApplicationCommandOptionsChoices<T> {
    choices?: ApplicationCommandOptionsChoice<T>[];
}

Type Parameters

Properties

Properties