X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FNSInstanceModel.ts;fp=src%2Fmodels%2FNSInstanceModel.ts;h=66294cf00fc2962fae8ff8c957a10c14dcd6bbb3;hb=c5b4782eacb966fd840b0f4e4459b7120ecd38df;hp=c10c5ce840fce5f2799126fbe82d04049f3346ab;hpb=41c8a2c2ac959edd93815d30d121737517c868de;p=osm%2FNG-UI.git diff --git a/src/models/NSInstanceModel.ts b/src/models/NSInstanceModel.ts index c10c5ce..66294cf 100644 --- a/src/models/NSInstanceModel.ts +++ b/src/models/NSInstanceModel.ts @@ -267,6 +267,7 @@ export interface NSDInstanceData { nsd?: NSD; operationParams?: OPERATIONPARAMS; 'nsd-id': string; + constituent: string[]; } /** Interface for the operationparams */