API reference › @evolu/common › Time › DurationLiteralWeeks
type DurationLiteralWeeks = `${Digit1To51}w` | `${Digit1To51}.${Digit1To9}w`;
Defined in: packages/common/src/Time.ts:267
Weeks duration: "1w" to "51w" or "1.1w" to "51.9w". See
DurationLiteral.