diff options
author | 2024-07-03 18:19:05 +0100 | |
---|---|---|
committer | 2024-07-03 18:19:05 +0100 | |
commit | d2cef93a74ffd45547234654bd173adb82bea6b4 (patch) | |
tree | 43771c1dab37c7403d23bb92d13d6e4b955828eb /src/api/question.ts | |
parent | Merge pull request #506 from python-discord/dependabot/npm_and_yarn/codemirro... (diff) | |
parent | Better format copy about timezones (diff) |
Merge pull request #632 from python-discord/jb3/components/timezone-field
Add new field for capturing timezones
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 { |