Removing Parent UDT Inheritance Without Losing Tags/Parameters

I have a UDT definition that currently inherits from a parent UDT. I need to remove the inheritance while preserving all existing tags and parameters, so the UDT becomes standalone for deployment across multiple Edge devices.

What’s the best way to do this?

Thanks!

Export both UDTs as JSON and manually merge them.