fix: export all edges via links array — clusterR/clusterL reserved for cluster-type edges only
This commit is contained in:
@@ -15,6 +15,7 @@ export interface YamlNode {
|
||||
checkMethod?: CheckMethod
|
||||
checkTarget?: string
|
||||
notes?: string
|
||||
links?: YamlNodeConnection[]
|
||||
parent?: YamlNodeConnection
|
||||
clusterR?: YamlNodeConnection
|
||||
clusterL?: YamlNodeConnection
|
||||
|
||||
Reference in New Issue
Block a user