import { CurrencyId } from "@rarible/types"; export type OlapCollectionStatsTopOfferChangeData = { currencyId: CurrencyId; topOfferNative?: string; topOfferUsd?: string; updatedAt: string; };