Files
Prowlarr-TS-SDK/docs/models/healthcheckresult.md

15 lines
220 B
Markdown

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