UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

6 lines (5 loc) 87 B
export interface Price { currency?: string; price?: string; timestamp: string; }