UNPKG

cecon-interfaces

Version:
6 lines (5 loc) 124 B
import { BinanceSymbol } from '../enums'; export interface IBinanceTicker { symbol: BinanceSymbol; price: string; }