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