TypeScript SDK

TokenWithPrices

type TokenWithPrices = Token & { prices: Record<string, number> };