API reference › @evolu/common › Types › Digit1To6
type Digit1To6 = "1" | "2" | "3" | "4" | "5" | "6";
Defined in: packages/common/src/Types.ts:268
Numeric string 1-6. Useful for days validation.
API reference › @evolu/common › Types › Digit1To6
type Digit1To6 = "1" | "2" | "3" | "4" | "5" | "6";
Defined in: packages/common/src/Types.ts:268
Numeric string 1-6. Useful for days validation.