mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Convert System to TypeScript
(cherry picked from commit 72db8099e0f4abc3176e397f8dda3b2b69026daf)
This commit is contained in:
@@ -4,6 +4,8 @@ interface SystemStatus {
|
||||
authentication: string;
|
||||
branch: string;
|
||||
buildTime: string;
|
||||
databaseVersion: string;
|
||||
databaseType: string;
|
||||
instanceName: string;
|
||||
isAdmin: boolean;
|
||||
isDebug: boolean;
|
||||
@@ -18,7 +20,9 @@ interface SystemStatus {
|
||||
mode: string;
|
||||
osName: string;
|
||||
osVersion: string;
|
||||
packageAuthor: string;
|
||||
packageUpdateMechanism: string;
|
||||
packageVersion: string;
|
||||
runtimeName: string;
|
||||
runtimeVersion: string;
|
||||
sqliteVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user