From 774efb7c7584d77dbad44f30ef589bb3249378e4 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 10 May 2024 14:33:38 +0900 Subject: [PATCH] Add constraints in Trial 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 fab91d7d..40073924 100644 --- a/tslib/types/src/index.ts +++ b/tslib/types/src/index.ts @@ -74,6 +74,7 @@ export type Trial = { user_attrs: Attribute[] datetime_start?: Date datetime_complete?: Date + constraints: number[] } export type TrialParam = {