enum EmployeeLevelType { Custom = 'Custom', Administrator = 'Administrator', } export default EmployeeLevelType