export interface IScheduleRow { title: string; startDate: string; startTime: string; endDate: string; endTime: string; }