diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/question.ts | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/api/question.ts b/src/api/question.ts index bdd6b99..18951b9 100644 --- a/src/api/question.ts +++ b/src/api/question.ts @@ -13,5 +13,6 @@ export interface Question {      id: string,      name: string,      type: QuestionType, -    data: { [key: string]: any } +    data: { [key: string]: any }, +    required: boolean  } | 
