export type ParamConvertCurrency = { v: string; fromUnit: number; toUnit: number; };