API reference › @evolu/common › Type › Digit1To9
const Digit1To9: union(
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
);
Defined in: packages/common/src/Type.ts:9267
Decimal digit from "1" to "9".
API reference › @evolu/common › Type › Digit1To9
const Digit1To9: union(
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
);
Defined in: packages/common/src/Type.ts:9267
Decimal digit from "1" to "9".