From 9dbc2c3199047609a9f8496fec07ecdb10aee73d Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 18 Jan 2026 18:55:04 +0000 Subject: Add pushed heartbeats and multi-question select --- makima/frontend/src/lib/api.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makima/frontend/src/lib/api.ts') 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") */ -- cgit v1.2.3