Interface RemoteExecResult

interface RemoteExecResult {
    stderr: string;
    stdout: string;
}

Properties

Properties

stderr: string
stdout: string