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.
honors-option.ts 136 B
export interface HonorsOption {
  darsInstitutionCode: string;
  darsHonorsOptionCode: string;
  darsHonorsOptionDescription: string;
}