Feature 11038: Enhancement of Vertical Scale Feature and merge in update API
[osm/NG-UI.git] / src / models / VNFInstanceModel.ts
index 4fd63db..c40d81c 100644 (file)
@@ -85,3 +85,8 @@ export interface InstanceData {
     VNFInstanceId?: string;
     VNFD?: string;
 }
+
+/** Interface for VDU Details */
+export interface VDUDETAIL {
+    VDU?: string;
+}