mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
fix(types): rm options from SelectMenuUsersAndRolesComponent (#3369)
This commit is contained in:
@@ -201,8 +201,6 @@ export interface SelectMenuUsersAndRolesComponent {
|
||||
minValues?: number
|
||||
/** The maximum number of items that can be selected. Default 1. Between 1-25. */
|
||||
maxValues?: number
|
||||
/** The choices! Maximum of 25 items. */
|
||||
options: SelectOption[]
|
||||
/** Whether or not this select is disabled */
|
||||
disabled?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user