Skip to content

Commit

Permalink
Merge pull request #160 from GiganticMinecraft/addLabelsToForm
Browse files Browse the repository at this point in the history
feat: Form model に labels を追加
  • Loading branch information
rito528 authored Aug 23, 2024
2 parents d02eceb + 06fbdee commit 1643d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/form.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ model Form {
updated_at: utcDateTime;
};
questions: Question[];
labels: Label[];
}

model RealAnswer {
Expand Down

0 comments on commit 1643d33

Please sign in to comment.