UNPKG

shrimpy-node-temp

Version:
8 lines (7 loc) 165 B
import Decimal from "decimal.js"; export interface ITradeChange { nativeValue: Decimal; symbol: string; usdValue: number; btcValue: number; }