import { BigNumberLike } from "@rarible/types"; export type CurrencyUsdRate = { currencyId?: string; symbol: string; abbreviation?: string; rate: BigNumberLike; date: string; };