diff options
author | 2024-07-11 02:24:08 +0100 | |
---|---|---|
committer | 2024-07-11 02:24:08 +0100 | |
commit | 572454f01749b4e8b43bfd9c1fcc47210d86fa0f (patch) | |
tree | 502cf17a916ea00bc2c54af2e0103c13df938408 /src/api/question.ts | |
parent | Add new vote component and voting redux store (diff) |
Handle voting component callbacks
Diffstat (limited to 'src/api/question.ts')
-rw-r--r-- | src/api/question.ts | 1 |
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 { |