import { Utils } from '../Utils'; export const VisitorDirection: any = Utils.strEnumify({ enter: 'enter', leave: 'leave' });