1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 14, 6 "problem": "ObjectTypeLiteral", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 10 }, 11 { 12 "line": 2, 13 "column": 10, 14 "problem": "IndexedAccessType", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Indexed access types are not supported (arkts-no-aliases-by-index)" 18 } 19 ] 20}