EnvironmentVariableSetup interface
The custom setup of setting environment variable.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
variable |
The name of the environment variable. |
variable |
The value of the environment variable. |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "EnvironmentVariableSetup"
Property Value
"EnvironmentVariableSetup"
variableName
The name of the environment variable.
variableName: string
Property Value
string
variableValue
The value of the environment variable.
variableValue: string
Property Value
string