events form
This commit is contained in:
8
frontend/interfaces/ICalendarEvent.ts
Normal file
8
frontend/interfaces/ICalendarEvent.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {
|
||||
CalendarEventExternal,
|
||||
} from "@schedule-x/calendar";
|
||||
export default interface ICalendarEvent extends CalendarEventExternal {
|
||||
isVisible: boolean,
|
||||
fullday: boolean,
|
||||
rrule: string
|
||||
}
|
||||
Reference in New Issue
Block a user