aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/app-config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/app-config.ts')
-rw-r--r--catalog-ui/src/app/models/app-config.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/catalog-ui/src/app/models/app-config.ts b/catalog-ui/src/app/models/app-config.ts
index 54c059afb3..a0ebb54638 100644
--- a/catalog-ui/src/app/models/app-config.ts
+++ b/catalog-ui/src/app/models/app-config.ts
@@ -128,8 +128,7 @@ export interface IConfigRoles {
}
export interface IConfigRole {
- pages:Array<string>;
- states:IConfigState;
+ changeLifecycleStateButtons:any;
}
export interface IConfigState {
@@ -222,6 +221,11 @@ export interface ITester {
email:string;
}
+export interface IComponentType {
+ RESOURCE:any;
+ SERVICE:any;
+}
+
export interface IAppMenu {
roles:IConfigRoles;
confirmationMessages:IConfirmationMessages;