feat: add 'answer' to NodeType union for branch placeholder stubs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import type { CategoryInfo } from './category'
|
import type { CategoryInfo } from './category'
|
||||||
|
|
||||||
// Tree node types
|
// Tree node types
|
||||||
export type NodeType = 'decision' | 'action' | 'solution'
|
export type NodeType = 'decision' | 'action' | 'solution' | 'answer'
|
||||||
|
|
||||||
export interface TreeOption {
|
export interface TreeOption {
|
||||||
id: string
|
id: string
|
||||||
|
|||||||
Reference in New Issue
Block a user