export interface CreateClientAppointmentParams {
    smbToolType?: "create_client_appointment";
}
