Interface CommandOutput

interface CommandOutput {
    error: string;
    stderr: string;
    stdout: string;
}

Properties

Properties

error: string
stderr: string
stdout: string

Generated using TypeDoc