build: Add build process for newgui (#7351)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export interface SystemConnections {
|
||||
connections: { deviceId?: Connection };
|
||||
total: Connection;
|
||||
}
|
||||
|
||||
export interface Connection {
|
||||
address: string;
|
||||
at: string;
|
||||
clientVersion: string;
|
||||
connected: boolean;
|
||||
crypto: string;
|
||||
inBytesTotal: number;
|
||||
outBytesTotal: number;
|
||||
paused: boolean;
|
||||
type: string;
|
||||
}
|
||||
Reference in New Issue
Block a user