mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
3.9 KiB
3.9 KiB
ApplicationResource
Example Usage
import { ApplicationResource } from "prowlarr/models";
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 |