export default interface TickerPriceResponse { symbol: string; price: string; }