1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 8, 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": 1, 13 "column": 33, 14 "problem": "ObjectLiteralNoContextType", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 18 }, 19 { 20 "line": 6, 21 "column": 14, 22 "problem": "ObjectTypeLiteral", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)" 26 } 27 ] 28}