API reference › @evolu/common › Time › DurationLiteralYears
const DurationLiteralYears: union(
templateLiteral(Digit1To99, "y"),
templateLiteral(Digit1To99, ".", Digit1To9, "y"),
);
Defined in: packages/common/src/Time.ts:484
Years duration: "1y" to "99y" or "1.1y" to "99.9y". See
DurationLiteral.