summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/models/resources.model.ts
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-07-23 20:02:04 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-23 20:02:04 +0000
commitb795b562ecbe6ccfb2ba984d107745246dae0d6e (patch)
treeaaa30d88d8d6537de39bce70f93a276807af968c /cds-ui/client/src/app/common/core/store/models/resources.model.ts
parenta28341c5c7ef20fc942fcdf7baaddcf2bb30bcc3 (diff)
parent66b9cbf682b8adfe7f763a90a3bff7e2aa791d70 (diff)
Merge "Resource dictionary- displaying exsisting sources"
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/models/resources.model.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/models/resources.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/core/store/models/resources.model.ts b/cds-ui/client/src/app/common/core/store/models/resources.model.ts
index 019c2684a..e89094bb1 100644
--- a/cds-ui/client/src/app/common/core/store/models/resources.model.ts
+++ b/cds-ui/client/src/app/common/core/store/models/resources.model.ts
@@ -27,4 +27,5 @@ export interface IResources {
updated_bt:string;
property: IPropertyData;
sources: ISourcesData;
+ definition?: any;
} \ No newline at end of file