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;
|
mem_rss: number;
|
||||||
nice: number;
|
nice: number;
|
||||||
started: string,
|
started: string,
|
||||||
state: number;
|
state: string;
|
||||||
tty: number;
|
tty: string;
|
||||||
user: number;
|
user: string;
|
||||||
command: number;
|
command: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ProcessesProcessLoadData {
|
interface ProcessesProcessLoadData {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user