export enum NonAcademicContractType { SCHOOL_YEAR = 'School Year', FULL_YEAR = 'Full Year', OTHER = 'Other', }