Type Alias: DiagnosticStatus ​
DiagnosticStatus =
"ok"|"error"|"skipped"
Defined in: types.ts:86
Status of a diagnostic step.
ok: The check passed successfullyerror: The check failedskipped: The check was skipped (e.g., TLS check on non-HTTPS URL)