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

15 lines
199 B
Markdown

# CommandPriority
## Example Usage
```typescript
import { CommandPriority } from "prowlarr/models";
let value: CommandPriority = "high";
```
## Values
```typescript
"normal" | "high" | "low"
```