Interface RemoteExecOptions

interface RemoteExecOptions {
    env?: ProcessEnv;
}

Properties

Properties

env?: ProcessEnv