diff --git a/tslib/types/src/index.ts b/tslib/types/src/index.ts index c2a06d32..4272a4d5 100644 --- a/tslib/types/src/index.ts +++ b/tslib/types/src/index.ts @@ -46,8 +46,8 @@ export type AttributeSpec = { } export type StudySummary = { - study_id: number - study_name: string + id: number + name: string directions: StudyDirection[] }