@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface ExecResult

    interface ExecResult {
        error: Error;
        raw: { stderr: Buffer; stdout: Buffer };
        stderr: string;
        stdout: string;
    }
    Index

    Properties

    Properties

    error: Error
    raw: { stderr: Buffer; stdout: Buffer }
    stderr: string
    stdout: string