UNPKG

shrimpy-node

Version:
6 lines (5 loc) 118 B
import Decimal from "decimal.js"; export interface IOrderBookItem { price: Decimal; quantity: Decimal; }