Aracılığıyla paylaş


CmdkeySetup type

Cmdkey komutlarını çalıştırmaya ilişkin özel kurulum.

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