import { OlapPriceWithUsd } from "./OlapPriceWithUsd"; export type OlapCollectionLeaderboardStatistics = { listed: number; items: number; owners: number; floor?: OlapPriceWithUsd; topOffer?: OlapPriceWithUsd; };