[CORD-2324] Position the nodes not defined in the constraints
Change-Id: I712a90828e0b6a12b31f62f7391feee64c123f2c
(cherry picked from commit 35fdf249b31b003a163ee0582a77c91f15782587)
diff --git a/src/app/service-graph/interfaces.ts b/src/app/service-graph/interfaces.ts
index 861ba75..4f2e470 100644
--- a/src/app/service-graph/interfaces.ts
+++ b/src/app/service-graph/interfaces.ts
@@ -22,7 +22,7 @@
export interface IXosSgNode extends Id3Element {
id: string;
- data: any; // this can be a Service, ServiceInstance or Instance
+ data: IXosBaseModel; // this can be a Service, ServiceInstance or Instance
// do we need those?
type: string;