1{ 2 "ut_export_005.d.ts": [ 3 { 4 "filePath": "ut_export_005.d.ts", 5 "apiType": "Export", 6 "definedText": "export { getUserName as get, setName as set } from 'test';", 7 "pos": { 8 "line": 19, 9 "character": 1 10 }, 11 "isExport": false, 12 "apiName": "export_get_set", 13 "hierarchicalRelations": [ 14 "ut_export_005.d.ts", 15 "export_get_set" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "currentVersion": "-1", 20 "jsDocText": "", 21 "isJoinType": false, 22 "genericInfo": [], 23 "parentApiType": "SourceFile", 24 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_export_005.d.ts", 25 "isSameNameFunction": false, 26 "exportValues": [ 27 { 28 "key": "get", 29 "value": "getUserName" 30 }, 31 { 32 "key": "set", 33 "value": "setName" 34 } 35 ] 36 } 37 ] 38}