export type Direction = 'x' | 'y' | 'z';
export type Direction4 = 'nesw' | 'nwse' | 'ns' | 'ew';
