import { CoinSymbol, CurrencySymbol } from '../../constants'; export interface CoinTicker { coin: CoinSymbol; currency: CurrencySymbol; }