interface ExecException extends Error Usage in Deno```typescript import { type ExecException } from "node:node__child_process.d.ts"; ``` Properties optional cmd: string | undefined optional killed: boolean | undefined optional code: number | undefined optional signal: Signals | undefined optional stdout: string optional stderr: string