次の方法で共有


EnvironmentVariableSetup type

環境変数の設定のカスタム セットアップ。

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