Interface AutoTestInstallPythonStepOutput

Install Python.

interface AutoTestInstallPythonStepOutput {
    id: string;
    version: AutoTestInstallPythonVersion;
}

Properties

Properties

id: string

The id of this step.

The version to install.