import { OlapCurrencyAmount } from "./OlapCurrencyAmount"; export type OlapCollectionStatisticsResponse = { highestSale: Array; floorPrice: Array; marketCap: Array; volume: Array; listed: number; items: number; owners: number; };