There was an error while loading. Please reload this page.
2 parents d637122 + a228bbe commit e044505Copy full SHA for e044505
1 file changed
src/unit/models.tsp
@@ -82,6 +82,9 @@ namespace CoreSystem.Unit {
82
83
@doc("The completion status of the form for the current user")
84
status: UserFormStatus;
85
+
86
+ @doc("The unique identifiers of the user's responses to the form, if they exist")
87
+ responseIds?: uuid[];
88
}
89
90
@doc("Model representing a parent-child relationship between units, allowing for hierarchical structures")
0 commit comments