X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FNSInstanceModel.ts;h=66294cf00fc2962fae8ff8c957a10c14dcd6bbb3;hb=1584e3ed8287618ebef184f7ad82cdb2b21913a0;hp=c10c5ce840fce5f2799126fbe82d04049f3346ab;hpb=bc5d33e8d5eba70e09b7c7d40089cd3d350e2741;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 */