﻿
export interface IBacktestDataPointDto {
    time: string;
    usdValue: number;
}
