export type OlapGeneralStatsResponse = { highestSale: string; floorPrice?: string; marketCap?: string; listed: number; items: number; owners: number; volume: string; };