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

15 lines
192 B
Markdown

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