API reference › @evolu/common › Type › Digit1To99
const Digit1To99: union(
Digit1To9,
templateLiteral(Digit1To9, Digit),
);
Defined in: packages/common/src/Type.ts:10845
Decimal integer string from "1" to "99", without a leading zero.
API reference › @evolu/common › Type › Digit1To99
const Digit1To99: union(
Digit1To9,
templateLiteral(Digit1To9, Digit),
);
Defined in: packages/common/src/Type.ts:10845
Decimal integer string from "1" to "99", without a leading zero.