MessageCommandOptionsSchema
MessageCommandOptionsSchema
Schema defining the types of options for a message command.
Signature
type MessageCommandOptionsSchema = Record<
string,
ApplicationCommandOptionType
>
Schema defining the types of options for a message command.
type MessageCommandOptionsSchema = Record<
string,
ApplicationCommandOptionType
>