add single calendar dialog
This commit is contained in:
@@ -18,6 +18,7 @@ export type BookingWithUserDto = {
|
||||
|
||||
// The final shape of a calendar event occurrence
|
||||
export type CalendarEventDto = {
|
||||
id: number;
|
||||
title: string;
|
||||
startTime: string,
|
||||
endTime: string,
|
||||
|
||||
Reference in New Issue
Block a user