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

3.8 KiB
Raw Blame History

ApplicationResource

Example Usage

import { ApplicationResource } from "prowlarr";

let value: ApplicationResource = {};

Fields

Field Type Required Description
id number N/A
name string N/A
fields models.Field[] N/A
implementationName string N/A
implementation string N/A
configContract string N/A
infoLink string N/A
message models.ProviderMessage N/A
tags number[] N/A
presets models.ApplicationResource[] N/A
syncLevel models.ApplicationSyncLevel N/A
testCommand string N/A