SandboxExecInput
Generated by TypeDoc. Do not edit this page directly.
Interface: SandboxExecInput
Section titled “Interface: SandboxExecInput”Defined in: packages/core/src/runtime/sandbox.ts:10
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
command | string | packages/core/src/runtime/sandbox.ts:11 |
cwd? | string | packages/core/src/runtime/sandbox.ts:12 |
env? | Record<string, string> | packages/core/src/runtime/sandbox.ts:14 |
stdin? | string | packages/core/src/runtime/sandbox.ts:15 |
timeoutMs? | number | packages/core/src/runtime/sandbox.ts:13 |