Type alias XExecResult

XExecResult: {
    error: boolean;
    exitCode: number | null;
    stderr: string;
    stdout: string;
}

Type declaration

  • error: boolean
  • exitCode: number | null
  • stderr: string
  • stdout: string

Generated using TypeDoc