次の方法で共有


CmdkeySetup type

cmdkey コマンドを実行するカスタム セットアップ。

type CmdkeySetup = CustomSetupBase & {
  password: SecretBaseUnion
  targetName: Record<string, unknown>
  type: "CmdkeySetup"
  userName: Record<string, unknown>
}