Added KDU Level exection in UI
[osm/NG-UI.git] / src / models / NSDModel.ts
index e4f94b0..c8aa257 100644 (file)
@@ -174,3 +174,10 @@ export interface VDUPRIMITIVELEVEL {
     name: string;
     'vdu-configuration': {};
 }
+
+/** Interface for the KDU Primitive Levels */
+export interface KDUPRIMITIVELEVEL {
+    name: string;
+    'juju-bundle': string;
+    'kdu-configuration': {};
+}