Let\'s say we have a wrapper object:
interface Wrapper { value: T }
I want to design a function that receives Wrapper obj
Wrapper