UNPKG

@ultrade/ultrade-js-sdk

Version:

This package contains the original js/ts SDK.

6 lines (5 loc) 90 B
export interface IChartTrade { price: string; volume: string; time: number; }