import { UnionAddress } from "@rarible/types"; export type OlapBidsByPrice = { price: string; bidsCount: number; volumeNative: string; buyersCount: number; buyer?: UnionAddress; };