cal.pub0.org/components/Schedule.model.tsx

6 lines
90 B
TypeScript
Raw Normal View History

2021-06-14 18:53:20 +00:00
import {Dayjs} from "dayjs";
interface Schedule {
startDate: Dayjs;
endDate: Dayjs;
}