API reference › @evolu/common › Types › Digit1To23
type Digit1To23 = Digit1To9 | `1${Digit}` | `2${"0" | "1" | "2" | "3"}`;
Defined in: packages/common/src/Types.ts:271
Numeric string 1-23. Useful for hours validation.
API reference › @evolu/common › Types › Digit1To23
type Digit1To23 = Digit1To9 | `1${Digit}` | `2${"0" | "1" | "2" | "3"}`;
Defined in: packages/common/src/Types.ts:271
Numeric string 1-23. Useful for hours validation.