Input for add appointment operation.

AddAppointmentRequest

interface AddAppointmentRequest {
    appointmentTime: AppointmentTimeInput;
}

Properties

Properties

appointmentTime: AppointmentTimeInput

AddAppointmentRequest