Fix bug 2232: change deployment option helm-chart-v2 to helm-chart so that NBI accepts it
[osm/NG-UI.git] / src / models / NetworkSliceModel.ts
index eda0b92..baa79be 100644 (file)
@@ -76,7 +76,6 @@ interface NetsliceVld {
     id: string;
     'nss-connection-point-ref': NssConnectionPointRef[];
     'mgmt-network': boolean;
-    // tslint:disable-next-line:no-reserved-keywords
     type: string;
 }