API reference › @evolu/common › Types › Digit1To51
type Digit1To51 =
| Digit1To9
| `${"1" | "2" | "3" | "4"}${Digit}`
| `5${"0" | "1"}`;
Defined in: packages/common/src/Types.ts:277
Numeric string 1-51. Useful for weeks validation.
API reference › @evolu/common › Types › Digit1To51
type Digit1To51 =
| Digit1To9
| `${"1" | "2" | "3" | "4"}${Digit}`
| `5${"0" | "1"}`;
Defined in: packages/common/src/Types.ts:277
Numeric string 1-51. Useful for weeks validation.