API reference › @evolu/common › Time › DurationLiteralHours
const DurationLiteralHours: union(
templateLiteral(Digit1To23, "h"),
templateLiteral(Digit1To23, ".", Digit1To9, "h"),
);
Defined in: packages/common/src/Time.ts:454
Hours duration: "1h" to "23h" or "1.1h" to "23.9h". See
DurationLiteral.