Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
institution.ts 106 B
export interface Institution {
  darsInstitutionCode: string;
  darsInstitutionCodeDescription: string;
}