edit combo box dynamic items

This commit is contained in:
Alihaghighattalab
2024-08-21 10:50:50 +03:30
parent 643f3cb497
commit 387a94e918
2 changed files with 14 additions and 16 deletions
+5
View File
@@ -275,4 +275,9 @@ export interface ScoreResponse {
data: ScoreData[] | []
score: number,
total: number
}
export interface ComboBoxItems {
name: string,
id: string | number
}