dubbo-js
dubbo-js copied to clipboard
Type 'xxx' has no properties in common with type '{ __fields2java?(): any; }'
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
Can you provide a complete demo?