X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FCommonModel.ts;h=581bbfb43f6d584248291719dfabdfbe8b9afd95;hb=8ead52b5bf62525b2697b7ca6aaf0b896bbd3400;hp=a3038f1c8ad3d6301152c1e0f28c729e4829c9a6;hpb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;p=osm%2FNG-UI.git diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts index a3038f1..581bbfb 100644 --- a/src/models/CommonModel.ts +++ b/src/models/CommonModel.ts @@ -128,6 +128,7 @@ export interface URLPARAMS { configs?: object; actions?: object; executedActions?: EXECUTEDACTIONS[]; + identifierList: []; } /** Handle the Delete params */ export interface DELETEPARAMS {