Add test coverage to NoTypePolicyInstanceDialog
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / interfaces / ric.ts
index 7c115af..4ee2b15 100644 (file)
 
 // Models of data used by the Policy Control
 
+export interface Rics {
+  rics: Ric[]
+}
+
 export interface Ric {
   ric_id: string;
   managed_element_ids: any[];