subject.ts 78 B

12345
  1. export interface ISubject {
  2. ID: string;
  3. institutionIDs: string[];
  4. }