API reference › @evolu/common › Types › Digit1To99
type Digit1To99 = Digit1To9 | `${Digit1To9}${Digit}`;
Defined in: packages/common/src/Types.ts:283
Numeric string 1-99. Useful for years validation.
API reference › @evolu/common › Types › Digit1To99
type Digit1To99 = Digit1To9 | `${Digit1To9}${Digit}`;
Defined in: packages/common/src/Types.ts:283
Numeric string 1-99. Useful for years validation.