audio() fix typescript typings

This commit is contained in:
Sebastian Hildebrandt
2022-05-11 16:26:45 +02:00
parent 69987c5c60
commit 560f574440
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -876,9 +876,10 @@ export namespace Systeminformation {
default: boolean;
revision: string;
driver: string;
channel: string;
in: boolean;
out: boolean;
interfaceType: string;
type: string;
status: string;
}