mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
15 lines
199 B
Markdown
15 lines
199 B
Markdown
# CommandPriority
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CommandPriority } from "prowlarr/models";
|
|
|
|
let value: CommandPriority = "high";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"normal" | "high" | "low"
|
|
``` |