package io.delphiplatform.api.v3.model.charts;

import java.time.LocalDate;

public interface DatePosition {
    LocalDate getChartDate();
    Integer getCurrentPosition();
}
