UNPKG

shrimpy-node

Version:
9 lines (8 loc) 211 B
export interface ITickerDto { name: string; symbol: string; priceUsd: string | null; priceBtc: string | null; percentChange24hUsd: string | null; lastUpdated: string | null; }