Feature 10910: Migration of Openstack based VM instances
[osm/NG-UI.git] / src / models / VNFInstanceModel.ts
index 37f3bf3..de69c1e 100644 (file)
@@ -37,7 +37,7 @@ export interface VNFInstanceDetails {
 }
 
 /** Interface for VDUR */
-interface VDUR {
+export interface VDUR {
     'ip-address': string;
     'vim-id': string;
     'internal-connection-point': string[];