Share via


TrainingStatus type

Define los valores de TrainingStatus. Entre los valores posibles se incluyen: "NeedsTraining", "InProgress", "Trained"

type TrainingStatus = "NeedsTraining" | "InProgress" | "Trained"