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