EnvironmentVariableSetup type

The custom setup of setting environment variable.

type EnvironmentVariableSetup = CustomSetupBase & {
  type: "EnvironmentVariableSetup"
  variableName: string
  variableValue: string
}