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

Type declaration

  • ReadonlyActive: "ACTIVE"
  • ReadonlyCancelled: "CANCELLED"
  • ReadonlyCompleted: "COMPLETED"
MMNEPVFCICPMFPCPTTAAATR