API reference › @evolu/common › Type › Digit1To59
const Digit1To59: union(
Digit1To9,
templateLiteral(
union("1", "2", "3", "4", "5"),
Digit,
),
);
Defined in: packages/common/src/Type.ts:9328
Decimal string from "1" to "59".
API reference › @evolu/common › Type › Digit1To59
const Digit1To59: union(
Digit1To9,
templateLiteral(
union("1", "2", "3", "4", "5"),
Digit,
),
);
Defined in: packages/common/src/Type.ts:9328
Decimal string from "1" to "59".