@@ -28,4 +28,4 @@ export * from './process';
export * from './structure';
export * from './editLog';
export * from './institutionRole';
-export * from './subject';
+export * from './subjectUnit';
@@ -1,5 +1,5 @@
-export interface ISubject {
+export interface ISubjectUnit {
ID: string;
institutionIDs: string[];
}