// eslint-disable-next-line no-shadow export const enum Direction { LEFT = 'left', RIGHT = 'right', UP = 'up', DOWN = 'down', }