import { MidaDecimal } from "./MidaDecimal"; export type MidaDecimalConvertible = MidaDecimal | string | number;