CmdkeySetup type
cmdkey コマンドを実行するカスタム セットアップ。
type CmdkeySetup = CustomSetupBase & {
password: SecretBaseUnion
targetName: Record<string, unknown>
type: "CmdkeySetup"
userName: Record<string, unknown>
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
cmdkey コマンドを実行するカスタム セットアップ。
type CmdkeySetup = CustomSetupBase & {
password: SecretBaseUnion
targetName: Record<string, unknown>
type: "CmdkeySetup"
userName: Record<string, unknown>
}