mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
13 KiB
13 KiB
SystemResource
Example Usage
import { SystemResource } from "prowlarr";
let value: SystemResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
appName |
string | ➖ | N/A |
instanceName |
string | ➖ | N/A |
version |
string | ➖ | N/A |
buildTime |
Date | ➖ | N/A |
isDebug |
boolean | ➖ | N/A |
isProduction |
boolean | ➖ | N/A |
isAdmin |
boolean | ➖ | N/A |
isUserInteractive |
boolean | ➖ | N/A |
startupPath |
string | ➖ | N/A |
appData |
string | ➖ | N/A |
osName |
string | ➖ | N/A |
osVersion |
string | ➖ | N/A |
isNetCore |
boolean | ➖ | N/A |
isLinux |
boolean | ➖ | N/A |
isOsx |
boolean | ➖ | N/A |
isWindows |
boolean | ➖ | N/A |
isDocker |
boolean | ➖ | N/A |
mode |
models.RuntimeMode | ➖ | N/A |
branch |
string | ➖ | N/A |
databaseType |
models.DatabaseType | ➖ | N/A |
databaseVersion |
string | ➖ | N/A |
authentication |
models.AuthenticationType | ➖ | N/A |
migrationVersion |
number | ➖ | N/A |
urlBase |
string | ➖ | N/A |
runtimeVersion |
string | ➖ | N/A |
runtimeName |
string | ➖ | N/A |
startTime |
Date | ➖ | N/A |
packageVersion |
string | ➖ | N/A |
packageAuthor |
string | ➖ | N/A |
packageUpdateMechanism |
models.UpdateMechanism | ➖ | N/A |
packageUpdateMechanismMessage |
string | ➖ | N/A |