From 2f24f22eac95056fe274c6086c422db2fdb069cf Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 3 Jul 2024 17:04:21 +0100 Subject: Add new field for capturing timezones --- src/api/question.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api') 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 { -- cgit v1.2.3