Support for Nested/Hierarchical Services
[sdc.git] / catalog-ui / src / app / models / category.ts
index 0d5c63b..15df985 100644 (file)
@@ -37,6 +37,7 @@ export interface ICategoryBase {
 
 export interface IMainCategory extends ICategoryBase {
     subcategories:Array<ISubCategory>;
+    useServiceSubstitutionForNestedServices:boolean;
 }
 
 export interface ISubCategory extends ICategoryBase {