export default interface CHART_LAST_INFO_RECORD {
    period: number;
    start: number;
    symbol: string;
}
