import { OlapCurrencyType } from "./OlapCurrencyType"; export type OlapCurrencyAmountWithChange = { currency: OlapCurrencyType; value: string; changePercent?: string; };