fix typescript typings
This commit is contained in:
Vendored
+2
-2
@@ -499,8 +499,8 @@ export namespace Systeminformation {
|
||||
operstate: string;
|
||||
type: string;
|
||||
duplex: string;
|
||||
mtu: number;
|
||||
speed: number;
|
||||
mtu: number | null;
|
||||
speed: number | null;
|
||||
dhcp: boolean;
|
||||
dnsSuffix: string;
|
||||
ieee8021xAuth: string;
|
||||
|
||||
Reference in New Issue
Block a user