aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/category.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/category.ts')
-rw-r--r--catalog-ui/src/app/models/category.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/category.ts b/catalog-ui/src/app/models/category.ts
index 0d5c63b5c1..15df98569d 100644
--- a/catalog-ui/src/app/models/category.ts
+++ b/catalog-ui/src/app/models/category.ts
@@ -37,6 +37,7 @@ export interface ICategoryBase {
export interface IMainCategory extends ICategoryBase {
subcategories:Array<ISubCategory>;
+ useServiceSubstitutionForNestedServices:boolean;
}
export interface ISubCategory extends ICategoryBase {