共用方式為


EnvironmentVariableSetup type

設定環境變數的自訂設定。

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