mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: fix and improve localization docs (v13 backport) (#7807)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -3923,10 +3923,6 @@ export interface ApplicationCommandOptionChoiceData {
|
||||
value: string | number;
|
||||
}
|
||||
|
||||
export interface ApplicationCommandOptionChoice extends ApplicationCommandOptionChoiceData {
|
||||
nameLocalized?: string;
|
||||
}
|
||||
|
||||
export type ApplicationCommandType = keyof typeof ApplicationCommandTypes;
|
||||
|
||||
export type ApplicationCommandOptionType = keyof typeof ApplicationCommandOptionTypes;
|
||||
|
||||
Reference in New Issue
Block a user