API reference › @evolu/common › Type › Digit1To23
type Digit1To23 =
| "1"
| "2"
| "3"
| "4"
| "5"
| "6"
| "7"
| "8"
| "9"
| "10"
| "11"
| "12"
| "13"
| "14"
| "15"
| "16"
| "17"
| "18"
| "19"
| "20"
| "21"
| "22"
| "23";
Defined in: packages/common/src/Type.ts:9293
Decimal string from "1" to "23".