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