mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
188 B
188 B
RuntimeMode
Example Usage
import { RuntimeMode } from "prowlarr";
let value: RuntimeMode = "console";
Values
"console" | "service" | "tray"