共用方式為


CmdkeySetup type

執行 Cmdkey 命令的自訂設定。

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