PsiTreeUtil.findChildOfType(element, JSObjectLiteralExpression::class.java)?.let {
                    TsObjectLiteralTree(it)
                }