API reference › @evolu/common › Types › Digit
type Digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
Defined in: packages/common/src/Types.ts:262
Single digit 0-9. Useful for template literal type validation.
API reference › @evolu/common › Types › Digit
type Digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
Defined in: packages/common/src/Types.ts:262
Single digit 0-9. Useful for template literal type validation.