typescript typings fix diskLayout()

This commit is contained in:
Sebastian Hildebrandt
2022-03-01 20:59:41 +01:00
parent 57c7d9af58
commit 6cd3e654cd
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -269,6 +269,7 @@ export namespace Systeminformation {
serialNum: string;
interfaceType: string;
smartStatus: string;
temperature: null | number;
smartData?: SmartData;
}