mirror of
https://github.com/unraid/api.git
synced 2026-04-28 03:01:12 -05:00
feat(upc): avatar & brand components
This commit is contained in:
@@ -20,6 +20,7 @@ export enum ServerState {
|
||||
ENOCONN = 'ENOCONN',
|
||||
}
|
||||
export interface Server {
|
||||
avatar?: string;
|
||||
description?: string;
|
||||
deviceCount?: number;
|
||||
expireTime?: number;
|
||||
@@ -39,6 +40,7 @@ export interface Server {
|
||||
// state?: ServerState;
|
||||
state: string;
|
||||
uptime?: number;
|
||||
username?: string;
|
||||
wanFQDN?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user