edit combo box dynamic items
This commit is contained in:
@@ -275,4 +275,9 @@ export interface ScoreResponse {
|
||||
data: ScoreData[] | []
|
||||
score: number,
|
||||
total: number
|
||||
}
|
||||
|
||||
export interface ComboBoxItems {
|
||||
name: string,
|
||||
id: string | number
|
||||
}
|
||||
Reference in New Issue
Block a user