Locations added
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import {
|
||||
CalendarEventExternal,
|
||||
} from "@schedule-x/calendar";
|
||||
import { CalendarEventExternal } from "@schedule-x/calendar";
|
||||
export default interface ICalendarEvent extends CalendarEventExternal {
|
||||
isVisible: boolean,
|
||||
fullday: boolean,
|
||||
rrule: string
|
||||
isVisible: boolean;
|
||||
fullday: boolean;
|
||||
rrule: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user