@@ -0,0 +1,5 @@
+export interface IInstitutionRole {
+ ID: string;
+ institutionID: string;
+ approvalMember: string[];
+}