mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
forever-monitor.Options.env should use NodeJS.ProcessEnv
This commit is contained in:
parent
425ca63a9e
commit
f3ec46fbc6
3
types/forever-monitor/index.d.ts
vendored
3
types/forever-monitor/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for forever-monitor 1.7
|
||||
// Project: https://github.com/nodejitsu/forever-monitor#readme
|
||||
// Definitions by: Shun Takahashi <https://github.com/shuntksh>
|
||||
// Will Boyce <https://github.com/wrboyce>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
/// <reference types="node" />
|
||||
|
||||
@ -27,7 +28,7 @@ export interface Options {
|
||||
watchIgnorePatters?: string[];
|
||||
watchDirectory?: string;
|
||||
spawnWith?: SpawnWith;
|
||||
env?: { [envKey: string]: string; };
|
||||
env?: NodeJS.ProcessEnv;
|
||||
cwd?: string;
|
||||
logFile?: string;
|
||||
outFile?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user