fix typescript typings

This commit is contained in:
Sebastian Hildebrandt
2022-11-03 13:17:18 +01:00
parent 7a525d006c
commit b06b861bf1
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -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;