export enum BoardingPositionRequirementStatus { REQUIRED = 'Yes, this role must also be a dorm parent', OPTIONAL = 'Optional - this role could also be a dorm parent', NOT_REQUIRED = 'No it doesent require boarding parenting', }