import { MarketType } from "@/market"; export type TrackedItem = { type: MarketType; count: number; averagePrice: number; buy: number, sell: number }