Merge "Revise the notification services"
[portal/ric-dashboard.git] / webapp-frontend / src / app / interfaces / app-mgr.types.ts
index 5acaf04..11eb220 100644 (file)
@@ -28,8 +28,16 @@ export interface XMSubscription {
   targetUrl: string;
 }
 
+/**
+ * Name is the only required field
+ */
 export interface XMXappInfo {
-  xAppName: string;
+  name: string;
+  configName?: string;
+  namespace?: string;
+  serviceName?: string;
+  imageRepo?: string;
+  hostname?: string;
 }
 
 export interface XMXappInstance {