UNPKG

shrimpy-node

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