X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fric.ts;h=4ee2b15946eaf26e7e90b5e0e3a1dc788581e2f3;hb=66372cb88b6b3e94dada9197c5efeaa7b2c93e17;hp=7c115af4d8a03ef7e145e46689b4cbf7bb9ce78e;hpb=9d7d3121efae3af7b8b06b9753cfd8e7bfac3650;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/interfaces/ric.ts b/webapp-frontend/src/app/interfaces/ric.ts index 7c115af..4ee2b15 100644 --- a/webapp-frontend/src/app/interfaces/ric.ts +++ b/webapp-frontend/src/app/interfaces/ric.ts @@ -20,6 +20,10 @@ // Models of data used by the Policy Control +export interface Rics { + rics: Ric[] +} + export interface Ric { ric_id: string; managed_element_ids: any[];