export enum MatchingFeedbackReason { LOCATION = 'The location', POSITION_DESCRIPTION = 'The position description', SCHOOL = 'The school itself', NOT_QUALIFIED = 'I’m not qualified for this position', OVER_QUALIFIED = 'I’m over qualified for this position', NONE = 'None of the above', }