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

192 B

CommandPriority

Example Usage

import { CommandPriority } from "prowlarr";

let value: CommandPriority = "high";

Values

"normal" | "high" | "low"