import {Dayjs} from "dayjs"; interface Schedule { startDate: Dayjs; endDate: Dayjs; }