Condividi tramite


EnvironmentVariableSetup type

Configurazione personalizzata dell'impostazione della variabile di ambiente.

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