import { EventApi, Duration } from '@fullcalendar/core'; export type DraggableEvent = Partial & { create?: boolean; duration?: string | Duration; startTime?: string | Duration; };