The response of fetching appointment slots based on service context.

Export

GetAppointmentSlotsResponse

interface GetAppointmentSlotsResponse {
    errors?: Error[];
    payload?: AppointmentSlotReport;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetAppointmentSlotsResponse

Memberof

GetAppointmentSlotsResponse