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

199 B

CommandPriority

Example Usage

import { CommandPriority } from "prowlarr/models";

let value: CommandPriority = "high";

Values

"normal" | "high" | "low"