Output of selection interfaces should return type name
The serialized return data of all selection interfaces should also contain a type e.g. “patch” or “issue”. This type information can then be used by the CLI to determine the correct operation.
This is not needed anymore, since
a) The CLI will now provides generic deserialzers for
ObjectIdandNotificationId. There’s no need to signal the type. b) Calling code of all TUI interfaces do know, which type they operate on.