export enum RotationStyle {
  dontRotate = 'dontRotate',
  allAround = 'allAround',
}
