diff options
Diffstat (limited to 'makima/frontend/src/lib')
| -rw-r--r-- | makima/frontend/src/lib/api.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts index 4652347..abf72b8 100644 --- a/makima/frontend/src/lib/api.ts +++ b/makima/frontend/src/lib/api.ts @@ -1948,6 +1948,8 @@ export interface PendingQuestion { choices: string[]; context: string | null; createdAt: string; + /** Whether multiple choices can be selected */ + multiSelect?: boolean; /** Question type - "general" for regular questions, "phase_confirmation" for phase transitions */ questionType?: "general" | "phase_confirmation"; /** Phase confirmation specific data (when questionType is "phase_confirmation") */ |
