import { CurrencyId } from "@rarible/types"; import { OlapPeriod } from "./OlapPeriod"; export type OlapCollectionStatsVolumeChangeData = { period: OlapPeriod; currencyId: CurrencyId; volumeNative: string; volumeUsd: string; updatedAt: string; };