fix(types): rm options from SelectMenuUsersAndRolesComponent (#3369)

This commit is contained in:
Endy
2024-02-10 02:27:35 +07:00
committed by GitHub
parent a0ec91aff4
commit 96becc331d

View File

@@ -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
}