EnvironmentVariableSetup type
Das benutzerdefinierte Setup der Einstellungsumgebungsvariable.
type EnvironmentVariableSetup = CustomSetupBase & {
type: "EnvironmentVariableSetup"
variableName: string
variableValue: string
}