API reference › @evolu/common › Types › Digit1To9
type Digit1To9 = Exclude<Digit, "0">;
Defined in: packages/common/src/Types.ts:265
Digit 1-9. Useful for template literal type validation.
API reference › @evolu/common › Types › Digit1To9
type Digit1To9 = Exclude<Digit, "0">;
Defined in: packages/common/src/Types.ts:265
Digit 1-9. Useful for template literal type validation.