AppointmentAppointmentStatusEnum: {
    Active: "ACTIVE";
    Cancelled: "CANCELLED";
    Completed: "COMPLETED";
} = ...

Type declaration

  • Readonly Active: "ACTIVE"
  • Readonly Cancelled: "CANCELLED"
  • Readonly Completed: "COMPLETED"