UNPKG

shrimpy-node

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