Type Alias MinMax

MinMax: { max: number; min: number }

Type declaration

  • max: number
  • min: number