Variable AppointmentStatusConst

AppointmentStatus: {
    CANCELLED: "cancelled";
    COMPLETED: "completed";
    CONFIRMED: "confirmed";
    PENDING: "pending";
} = ...