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 "exportValues": [ 24 { 25 "key": "get", 26 "value": "getUserName" 27 }, 28 { 29 "key": "set", 30 "value": "setName" 31 } 32 ] 33 } 34 ] 35}