Support for Nested/Hierarchical Services
[sdc.git] / catalog-ui / src / app / utils / constants.ts
index a4bceb5..c794774 100644 (file)
@@ -39,6 +39,7 @@ export class ComponentType {
     static RESOURCE = 'RESOURCE';
     static RESOURCE_INSTANCE = 'RESOURCE_INSTANCE';
     static SERVICE_PROXY = 'ServiceProxy'
+    static SERVICE_SUBSTITUTION = 'ServiceSubstitution'
 }
 
 export class ServerTypeUrl {