1 2 3 4 5
import type Digit from "./Digit"; type Price = `${bigint | ''}.${Digit}${Digit}`; export default Price;