Apply mat-table to control and catalog
[portal/ric-dashboard.git] / webapp-frontend / src / app / interfaces / xapp-mgr.types.ts
index 999ddb3..7654377 100644 (file)
@@ -47,3 +47,8 @@ export interface XMXapp {
   version: string;
   instances: Array<XMXappInstance>;
 }
+
+export interface XappControlRow {
+  xapp: string;
+  instance: XMXappInstance;
+}
\ No newline at end of file