mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Rename study_id, study_name in StudySummary as well
This commit is contained in:
@@ -46,8 +46,8 @@ export type AttributeSpec = {
|
||||
}
|
||||
|
||||
export type StudySummary = {
|
||||
study_id: number
|
||||
study_name: string
|
||||
id: number
|
||||
name: string
|
||||
directions: StudyDirection[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user