Variable AppointmentAppointmentStatusEnumConst
AppointmentAppointmentStatusEnum: {
Active: "ACTIVE";
Cancelled: "CANCELLED";
Completed: "COMPLETED";
} = ...
Type Declaration
-
ReadonlyActive: "ACTIVE"
-
ReadonlyCancelled: "CANCELLED"
-
ReadonlyCompleted: "COMPLETED"