CmdkeySetup type

The custom setup of running cmdkey commands.

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