Interface AutoTestAutoInstallConfigurationOutput

Output configuration of the AutoInstall phase.

interface AutoTestAutoInstallConfigurationOutput {
    steps: AutoTestAutoInstallStepOutput[];
}

Properties

Properties

The steps of the AutoInstall phase.