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

3.1 KiB
Raw Blame History

CommandInput

Example Usage

import { CommandInput } from "prowlarr";

let value: CommandInput = {};

Fields

Field Type Required Description
sendUpdatesToClient boolean N/A
lastExecutionTime Date N/A
lastStartTime Date N/A
trigger models.CommandTrigger N/A
suppressMessages boolean N/A
clientUserAgent string N/A