Interface AutoTestInstallHaskellStepInput

Install Haskell.

interface AutoTestInstallHaskellStepInput {
    id?: string;
    version: "9.6.7";
}

Properties

Properties

id?: string

The id of this step.

version: "9.6.7"

The version to install.