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.
degree-program.ts 181 B
export interface DegreeProgram {
  darsDegreeProgramCode: string;
  darsInstitutionCode: string;
  darsInstitutionCodeDescription: string;
  darsDegreeProgramDescription: string;
}