export type CubeFace = 'right' | 'left' | 'up' | 'down' | 'front' | 'back';