Type alias GetAvailabilityResponse

GetAvailabilityResponse: {
    order: string[];
    timeSlots: TimeSlot[];
}

Type declaration

Generated using TypeDoc