interface Deno.CommandOutput
implements CommandStatus
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { CommandOutput } = Deno;
The interface returned from calling Deno.Command.output
or
Deno.Command.outputSync
which represents the result of spawning the
child process.