Type alias Range

Range: [min: number, max: number]

A (closed) numeric range.

In a valid range, the minimum should be strictly less than the maximum.