/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `bachelors` - Bachelor's Degree * * `masters` - Master's Degree * * `phd` - PhD * * `diploma` - Diploma * * `certificate` - Certificate * * `ungraded` - Ungraded * * `other` - Other */ export enum ProgramTypeEnum { BACHELORS = 'bachelors', MASTERS = 'masters', PHD = 'phd', DIPLOMA = 'diploma', CERTIFICATE = 'certificate', UNGRADED = 'ungraded', OTHER = 'other', }