Skip to content

Type Alias: DiagnosticStatus ​

DiagnosticStatus = "ok" | "error" | "skipped"

Defined in: types.ts:86

Status of a diagnostic step.

  • ok: The check passed successfully
  • error: The check failed
  • skipped: The check was skipped (e.g., TLS check on non-HTTPS URL)