import dayjs from 'dayjs';
export type IAvailableDate = Date | string | dayjs.Dayjs | number;
