Files
Prowlarr-TS-SDK/docs/models/healthcheckresult.md
2025-05-16 17:01:58 -05:00

15 lines
213 B
Markdown

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