updated typescript definitions
This commit is contained in:
parent
ee815ede84
commit
dd4fd717a4
8
lib/index.d.ts
vendored
8
lib/index.d.ts
vendored
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user