sesaparcours
    Preparing search index...

    Interface EvalResponse

    interface EvalResponse {
        result: any[];
        stdErr: string;
        stdOut: string;
    }
    Index

    Properties

    Properties

    result: any[]
    stdErr: string
    stdOut: string