# HealthCheckResult ## Example Usage ```typescript import { HealthCheckResult } from "prowlarr/models"; let value: HealthCheckResult = "warning"; ``` ## Values ```typescript "ok" | "notice" | "warning" | "error" ```