1{ 2 "ut_export_001.d.ts": [ 3 { 4 "filePath": "ut_export_001.d.ts", 5 "apiType": "Class", 6 "definedText": " export class Test", 7 "pos": { 8 "line": 4, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "Test", 13 "hierarchicalRelations": [ 14 "ut_export_001.d.ts", 15 "Test" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "jsDocInfos": [ 20 { 21 "description": "the ut for export", 22 "syscap": "", 23 "since": "-1", 24 "isForm": false, 25 "isCrossPlatForm": false, 26 "isSystemApi": false, 27 "modelLimitation": "", 28 "deprecatedVersion": "-1", 29 "useinstead": "", 30 "permissions": "", 31 "errorCodes": [], 32 "typeInfo": "", 33 "isConstant": false 34 } 35 ], 36 "parentClasses": [], 37 "childApis": [] 38 }, 39 { 40 "filePath": "ut_export_001.d.ts", 41 "apiType": "ExportDefault", 42 "definedText": "export default Test;", 43 "pos": { 44 "line": 5, 45 "character": 1 46 }, 47 "isExport": false, 48 "apiName": "export_default_Test", 49 "hierarchicalRelations": [ 50 "ut_export_001.d.ts", 51 "export_default_Test" 52 ], 53 "isStruct": false, 54 "syscap": "" 55 } 56 ] 57}