From 06fbdeecfd71f697a52dab4282235141f7e9ebd1 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Sat, 24 Aug 2024 00:21:47 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Form=20model=20=E3=81=AB=20labels=20?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/form.tsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/form.tsp b/src/models/form.tsp index c441d1e..996b9cc 100644 --- a/src/models/form.tsp +++ b/src/models/form.tsp @@ -64,6 +64,7 @@ model Form { updated_at: utcDateTime; }; questions: Question[]; + labels: Label[]; } model RealAnswer {