dubbo-js icon indicating copy to clipboard operation
dubbo-js copied to clipboard

Type 'xxx' has no properties in common with type '{ __fields2java?(): any; }'

Open ww8912188 opened this issue 4 years ago • 1 comments
trafficstars

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

ww8912188 avatar Jun 16 '21 08:06 ww8912188

Can you provide a complete demo?

hufeng avatar Jun 24 '21 06:06 hufeng