EnvironmentVariableSetup type
環境変数の設定のカスタム セットアップ。
type EnvironmentVariableSetup = CustomSetupBase & {
type: "EnvironmentVariableSetup"
variableName: string
variableValue: string
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
環境変数の設定のカスタム セットアップ。
type EnvironmentVariableSetup = CustomSetupBase & {
type: "EnvironmentVariableSetup"
variableName: string
variableValue: string
}