feat: canvas UX fixes — scroll, fullscreen, InfoTip tooltips, answer stub system #80
@@ -1,7 +1,7 @@
|
||||
import type { CategoryInfo } from './category'
|
||||
|
||||
// Tree node types
|
||||
export type NodeType = 'decision' | 'action' | 'solution'
|
||||
export type NodeType = 'decision' | 'action' | 'solution' | 'answer'
|
||||
|
||||
export interface TreeOption {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user