export type OlapPriceWithUsd = { currency: string; value: string; valueUsd?: string; };