fix: #449
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -6301,9 +6301,7 @@ export interface BaseMessageSelectMenuOptions {
|
||||
placeholder?: string;
|
||||
}
|
||||
export interface StringMessageSelectMenuOptions extends BaseMessageSelectMenuOptions {
|
||||
type?:
|
||||
| 'STRING_SELECT'
|
||||
| SelectMenuComponentTypes.STRING_SELECT;
|
||||
type?: 'STRING_SELECT' | SelectMenuComponentTypes.STRING_SELECT;
|
||||
options?: MessageSelectOptionData[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user