export interface IChartTrade {
    price: string;
    volume: string;
    time: number;
}
