enum ActionType { ALLOW = 'allow', BLOCK = 'block', REDIRECT = 'redirect', WARN = 'warning', } export default ActionType;