How can I move a data type to a ruleset higher up in the ruleset
I have a data type defined the highest level ruleset of my application. I want to move it down in the stack so it can be used by other applications as well (ie. from implementation layer to framework layer).
What are steps to accomplish this in the quickest and most user friendly way?