UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

7 lines (5 loc) 137 B
import { Candle } from "./Candle"; export interface ConvertedCandles { targetCurrency: string; data: { [key: string]: Candle[] }; }