Skip to content

Commit e044505

Browse files
authored
Merge pull request #54 from NYCU-SDC/feat/multiple-response-ids
Add response IDs to form list
2 parents d637122 + a228bbe commit e044505

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/unit/models.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ namespace CoreSystem.Unit {
8282

8383
@doc("The completion status of the form for the current user")
8484
status: UserFormStatus;
85+
86+
@doc("The unique identifiers of the user's responses to the form, if they exist")
87+
responseIds?: uuid[];
8588
}
8689

8790
@doc("Model representing a parent-child relationship between units, allowing for hierarchical structures")

0 commit comments

Comments
 (0)