Class RescheduleAppointmentUseCase

Constructors

Methods

Constructors

Methods

  • Parameters

    • input: {
          appointmentId: string;
          barberId: string;
          newStartTime: Date;
          reason?: string;
          rescheduledBy: string;
      }

    Returns Promise<AppointmentEntity>