UNPKG

shrimpy-node

Version:
6 lines (5 loc) 145 B
import { IOrderBook } from './iorder-book'; export interface IExchangeOrderBook { exchange: string; orderBook: IOrderBook | null; }