// Команды перемещения
export enum SwapCommand {

	// Обмен слева
	SwapLeft = 'swap-left',

	// Обмен справа
	SwapRight = 'swap-right'
}
