support-multiple-ric-instances
[portal/ric-dashboard.git] / webapp-frontend / src / app / interfaces / dashboard.types.ts
index 90dfd15..1c57005 100644 (file)
@@ -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