Interface ExecShellCommandResult

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

Properties

Properties

stdout: string
stderr: string