API reference › @evolu/common › Time › DurationLiteralHours
type DurationLiteralHours = `${Digit1To23}h` | `${Digit1To23}.${Digit1To9}h`;
Defined in: packages/common/src/Time.ts:251
Hours duration: "1h" to "23h" or "1.1h" to "23.9h". See
DurationLiteral.