X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fdashboard.types.ts;h=1c57005783f6a781f3da9bdbb796dbd4adfb7111;hb=b7d7982bbfbf3a1333feb8b811f99497752d3722;hp=90dfd150df7db120fd6581679436352502388b41;hpb=53f1fcf033e3a166d7203e0a1c5e0971f9c6bc16;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/interfaces/dashboard.types.ts b/webapp-frontend/src/app/interfaces/dashboard.types.ts index 90dfd150..1c570057 100644 --- a/webapp-frontend/src/app/interfaces/dashboard.types.ts +++ b/webapp-frontend/src/app/interfaces/dashboard.types.ts @@ -55,3 +55,8 @@ export interface EcompUser { active: boolean; [position: number]: EcompRole; } + +export interface RicInstance { + key: string; + name: string; +} \ No newline at end of file