NG-UI Bug 1119 - VDU-configuration not supported in primitives execution
[osm/NG-UI.git] / src / models / NSDModel.ts
index 95331a2..584f4e0 100644 (file)
@@ -166,3 +166,10 @@ export interface NSICREATEPARAMS {
     'netslice-vld': string;
     ssh_keys: string[];
 }
+
+/** Interface for the VDU Primitive Levels */
+export interface VDUPRIMITIVELEVEL {
+    id: string;
+    name: string;
+    'vdu-configuration': {};
+}