From 4c7feddd50414273740e265c16ea64723b4635ae Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 10 May 2024 11:47:58 +0900 Subject: [PATCH] Add metric_names in Study type --- tslib/types/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tslib/types/src/index.ts b/tslib/types/src/index.ts index 4272a4d5..fab91d7d 100644 --- a/tslib/types/src/index.ts +++ b/tslib/types/src/index.ts @@ -60,6 +60,7 @@ export type Study = { union_user_attrs: AttributeSpec[] datetime_start?: Date trials: Trial[] + metric_names?: string[] } export type Trial = {