updated typescript definitions

This commit is contained in:
Sebastian Hildebrandt 2019-01-17 22:20:22 +01:00
parent ee815ede84
commit dd4fd717a4

8
lib/index.d.ts vendored
View File

@ -373,10 +373,10 @@ export namespace Systeminformation {
mem_rss: number;
nice: number;
started: string,
state: number;
tty: number;
user: number;
command: number;
state: string;
tty: string;
user: string;
command: string;
}
interface ProcessesProcessLoadData {