We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b2a5e commit 133bb13Copy full SHA for 133bb13
1 file changed
index.d.ts
@@ -8,7 +8,7 @@ export interface PythonBridgeOptions {
8
python?: string;
9
stdio?: [PipeStdin, PipeStdout, PipeStderr];
10
cwd?: string;
11
- env?: { [key:string]: string; };
+ env?: { [key: string]: string | undefined; };
12
uid?: number;
13
gid?: number;
14
}
0 commit comments