1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 28, 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": 3, 13 "column": 5, 14 "problem": "CallSignature", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Use \"class\" instead of a type with call signature (arkts-no-call-signatures)" 18 } 19 ] 20}