CmdkeySetup type
Den anpassade konfigurationen av cmdkey-kommandon som körs.
type CmdkeySetup = CustomSetupBase & {
password: SecretBaseUnion
targetName: Record<string, unknown>
type: "CmdkeySetup"
userName: Record<string, unknown>
}