diff options
author | 2024-07-03 17:04:21 +0100 | |
---|---|---|
committer | 2024-07-03 17:14:15 +0100 | |
commit | 2f24f22eac95056fe274c6086c422db2fdb069cf (patch) | |
tree | bffb9d7cd228fe89de4eaf3adb987d05b8fae385 /src/api | |
parent | Merge pull request #506 from python-discord/dependabot/npm_and_yarn/codemirro... (diff) |
Add new field for capturing timezones
Diffstat (limited to 'src/api')
-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 { |