I am trying to create a more dynamic object typing. Right now I have the following:
interface MyGeneric { value: T } interface MyObject { [name: str