X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FVNFInstanceModel.ts;h=de69c1ec31f96ac20915b105aace48428200d4ec;hb=1f334d139429b0071679ee7ea55f748ef607ffde;hp=37f3bf3438f9b1edfccfb1e38290c3a9b0df2ece;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/models/VNFInstanceModel.ts b/src/models/VNFInstanceModel.ts index 37f3bf3..de69c1e 100644 --- a/src/models/VNFInstanceModel.ts +++ b/src/models/VNFInstanceModel.ts @@ -37,7 +37,7 @@ export interface VNFInstanceDetails { } /** Interface for VDUR */ -interface VDUR { +export interface VDUR { 'ip-address': string; 'vim-id': string; 'internal-connection-point': string[];