export type Directions = {
	UP:      'up',
	DOWN:    'down',
	LEFT:    'left',
	RIGHT:   'right',
};
