TrainingStatus type
Define valores para TrainingStatus. Os valores possíveis incluem: "NeedsTraining", "InProgress", "Trained"
type TrainingStatus = "NeedsTraining" | "InProgress" | "Trained"
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Define valores para TrainingStatus. Os valores possíveis incluem: "NeedsTraining", "InProgress", "Trained"
type TrainingStatus = "NeedsTraining" | "InProgress" | "Trained"