TypeScript Получите объекты, вложенные в объект
var obj: type = Object.values(<object>)[<indexOfNested>]
Upset Unicorn
var obj: type = Object.values(<object>)[<indexOfNested>]