BUG 1199 Unable to perform any CRUD operations in NG-UI v8.0.1
[osm/NG-UI.git] / src / models / NSDModel.ts
index 584f4e0..e4f94b0 100644 (file)
@@ -49,6 +49,7 @@ export interface NSDDetails {
     vld: VLD[];
     _admin: VNFDAdminDetails;
     _id: string;
+    _links?: string;
     'constituent-vnfr-ref': string[];
 }