plane/web/types/calendar.ts
sriram veeraghanta 3ce0aa8ebc restructring
2023-08-22 13:00:23 +05:30

5 lines
72 B
TypeScript

export interface ICalendarRange {
startDate: Date;
endDate: Date;
}