ww8912188 opened a new issue #241:
URL: https://github.com/apache/dubbo-js/issues/241
Hi guys,
I tried to interpreter java to ts and confronted below issue after
translated:
```
export interface IIAssetTagApi {
fetchAssetTagsByBizKey(
request: APIRequest<BizKeyRequest>,
): TDubboCallResult<APIResponse<Array<BizAssetTagRelationVo>>>;
```
TS complied failed for:
```
Type 'BizAssetTagRelationVo[]' has no properties in common with type '{
__fields2java?(): any; }'.
```
Could someone shine some light on this issue please? Really appreciate.
Regards,
Nan
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]