1{ 2 "nodes": [ 3 { 4 "line": 5, 5 "column": 12, 6 "problem": "TypeOnlyImport", 7 "autofixable": true, 8 "autofix": [ 9 { 10 "start": 120, 11 "end": 144, 12 "replacementText": "{ APIResponseType }" 13 } 14 ], 15 "suggest": "", 16 "rule": "Special import type declarations are not supported (arkts-no-special-imports)" 17 } 18 ] 19}