/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `university` - University * * `college` - College * * `institute` - Institute * * `academy` - Academy * * `other` - Other */ export enum InstitutionTypeEnum { UNIVERSITY = 'university', COLLEGE = 'college', INSTITUTE = 'institute', ACADEMY = 'academy', OTHER = 'other', }