Type Alias RotationBoundary

RotationBoundary: {
    end: number;
    positiveDirection: boolean;
    start: number;
    startAsTieBreaker: boolean;
}

Type declaration

  • end: number
  • positiveDirection: boolean
  • start: number
  • startAsTieBreaker: boolean