Fix Bug 1988 - Drop down for action does not reflect what the deployed service can...
[osm/NG-UI.git] / src / models / NSInstanceModel.ts
index c10c5ce..66294cf 100644 (file)
@@ -267,6 +267,7 @@ export interface NSDInstanceData {
     nsd?: NSD;
     operationParams?: OPERATIONPARAMS;
     'nsd-id': string;
+    constituent: string[];
 }
 
 /** Interface for the operationparams */