Forked from an inaccessible project.
-
Isaac Evavold authored
Co-authored-by:
Scott Berg <saberg3@wisc.edu>
Isaac Evavold authoredCo-authored-by:
Scott Berg <saberg3@wisc.edu>
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;
}