Type alias Hours

Hours: Enumerate<24>

Hours values in numeric format (from 0 to 23).

Example

const days: ReadOnlyArray<Hours> = [0, 1, 2, 3, 20, 21, 22, 23];