Added KDU Level exection in UI

 * Provision to perform the KDU Level execution action in NG-UI

Change-Id: Ide6e335b41268c75ad4b4efd8ef4aa0a14c6b6ee
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/models/NSDModel.ts b/src/models/NSDModel.ts
index e4f94b0..c8aa257 100644
--- a/src/models/NSDModel.ts
+++ b/src/models/NSDModel.ts
@@ -174,3 +174,10 @@
     name: string;
     'vdu-configuration': {};
 }
+
+/** Interface for the KDU Primitive Levels */
+export interface KDUPRIMITIVELEVEL {
+    name: string;
+    'juju-bundle': string;
+    'kdu-configuration': {};
+}