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
  • OptionalcalendarId?: string
  • OptionalassignedUserId?: string