Update webapp front-end data models for XApp Mgr
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / interfaces / e2-mgr.types.ts
index 7633eac..29ccad1 100644 (file)
@@ -71,7 +71,7 @@ export interface StatsDetails {
 }
 
 export interface AppStats {
-  instanceKey: string
+  instanceKey: string;
   statsDetails: StatsDetails;
 }