Input for add appointment operation.

Export

AddAppointmentRequest

interface AddAppointmentRequest {
    appointmentTime: AppointmentTimeInput;
}

Properties

Properties

appointmentTime: AppointmentTimeInput

Memberof

AddAppointmentRequest