mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
213 B
213 B
HealthCheckResult
Example Usage
import { HealthCheckResult } from "prowlarr";
let value: HealthCheckResult = "warning";
Values
"ok" | "notice" | "warning" | "error"