Type Alias BlockSlotCreateUpdateResponse
BlockSlotCreateUpdateResponse: {
id: string;
locationId: string;
title: string;
startTime: string;
endTime: string;
calendarId?: string;
assignedUserId?: string;
}
Type declaration
id: string
locationId: string
title: string
startTime: string
endTime: string
Optional
calendarId?: string
Optional
assignedUserId?: string