UNPKG

shrimpy-node

Version:
10 lines (8 loc) 212 B
import Decimal from "decimal.js"; export interface IAssetInsight { id: number; change7d: Decimal | null; change24h: Decimal | null; change30d: Decimal | null; percent: Decimal; }