import type { TripleDigitInt } from "./tripleDigitInt"; export type TripleDigit = `${TripleDigitInt}`;