feat(graph): add parent field to GraphNode TypeScript interface
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aa8d495a92
commit
ca9f199d53
|
|
@ -34,6 +34,7 @@ export interface GraphNode {
|
||||||
label: string
|
label: string
|
||||||
status: string
|
status: string
|
||||||
group_id: string
|
group_id: string
|
||||||
|
parent: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GraphEdge {
|
export interface GraphEdge {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user