export interface HistoricalSession {
    startDateTime: string;
    endDateTime: string;
    refDate: string;
}
export default HistoricalSession;
