export interface VisitingHourInterface {
    date: Date;
    formatted: string;
}
