CmdkeySetup type
Пользовательская настройка выполнения команд cmdkey.
type CmdkeySetup = CustomSetupBase & {
password: SecretBaseUnion
targetName: Record<string, unknown>
type: "CmdkeySetup"
userName: Record<string, unknown>
}