CmdkeySetup type
Niestandardowa konfiguracja uruchamiania poleceń cmdkey.
type CmdkeySetup = CustomSetupBase & {
password: SecretBaseUnion
targetName: Record<string, unknown>
type: "CmdkeySetup"
userName: Record<string, unknown>
}