I have an object of this type
interface Obj { key1: SubType1; key2: SubType2; }
Where SubType1 and SubType2 are
SubType1
SubType2