HealthState type
Define valores para HealthState. Os valores possíveis incluem: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
type HealthState = "Invalid" | "Ok" | "Warning" | "Error" | "Unknown"
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Define valores para HealthState. Os valores possíveis incluem: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
type HealthState = "Invalid" | "Ok" | "Warning" | "Error" | "Unknown"