aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-11 04:14:48 +0100
committerGravatar GitHub <[email protected]>2024-07-11 04:14:48 +0100
commit1d1afff8c0e7a5ee6f39a0d3888d8acd6d459cf7 (patch)
tree7267f41035be6d62c92729577aec98183e25cf39 /src/api
parentMerge pull request #637 from python-discord/dependabot/npm_and_yarn/sentry/re... (diff)
parentRe-map slugged vote options to human form when upstreaming to form (diff)
Merge pull request #638 from python-discord/jb3/components/vote-field
Vote component
Diffstat (limited to 'src/api')
-rw-r--r--src/api/question.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/question.ts b/src/api/question.ts
index 56706e2..0fcea03 100644
--- a/src/api/question.ts
+++ b/src/api/question.ts
@@ -8,6 +8,7 @@ export enum QuestionType {
Range = "range",
Section = "section",
TimeZone = "timezone",
+ Vote = "vote"
}
export interface Question {