diff options
Diffstat (limited to 'src/api/question.ts')
-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 a9a4d4a..56706e2 100644 --- a/src/api/question.ts +++ b/src/api/question.ts @@ -6,7 +6,8 @@ export enum QuestionType { Select = "select", ShortText = "short_text", Range = "range", - Section = "section" + Section = "section", + TimeZone = "timezone", } export interface Question { |