add calendar dashboard edit
This commit is contained in:
@@ -25,6 +25,8 @@ export type CalendarEventDto = {
|
||||
description: string,
|
||||
isModified?: boolean;
|
||||
eventBookings: BookingWithUserDto[];
|
||||
isCancelled: boolean;
|
||||
|
||||
isRecurring: boolean;
|
||||
eventType: EventType
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user