API reference › @evolu/common › Time › DurationLiteralWeeks
const DurationLiteralWeeks: union(
templateLiteral(Digit1To51, "w"),
templateLiteral(Digit1To51, ".", Digit1To9, "w"),
);
Defined in: packages/common/src/Time.ts:474
Weeks duration: "1w" to "51w" or "1.1w" to "51.9w". See
DurationLiteral.