@@ -27,3 +27,4 @@ export * from './institution';
export * from './process';
export * from './structure';
export * from './editLog';
+export * from './institutionRole';
@@ -1,5 +0,0 @@
-export interface IInstitutionRole {
- ID: string;
- institutionID: string;
- approvalMember: string[];
-}
@@ -0,0 +1,5 @@
+export interface IInstitutionRole {
+ ID: string;
+ institutionID: string;
+ approvalMember: string[];
+}