mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-07 20:57:44 +00:00
195 B
195 B
RuntimeMode
Example Usage
import { RuntimeMode } from "prowlarr/models";
let value: RuntimeMode = "console";
Values
"console" | "service" | "tray"