主机信息
This commit is contained in:
parent
5ff248c865
commit
445184975d
|
|
@ -54,7 +54,7 @@ export interface OnlineUserInfoList {
|
||||||
vpn_dp_secret: string;
|
vpn_dp_secret: string;
|
||||||
uuid: string;
|
uuid: string;
|
||||||
last_update_time: number;
|
last_update_time: number;
|
||||||
host_info: HostInfo;
|
host_info: HostInfo | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface HostInfo {
|
export interface HostInfo {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue