export type DirectionY = 'up' | 'down';
