Compartir a través de


EnvironmentVariableSetup type

Configuración personalizada de la variable de entorno.

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