Currently the client function requires that a specific type of data object is returned, e.g. CdsFhirData or CcdData. Would it be better to be more explicit to modify the usage so that the client returns the request object directly, which the service receives? I think it's a little less confusing.
Description
Currently the client function requires that a specific type of data object is returned, e.g.
CdsFhirData
orCcdData
. Would it be better to be more explicit to modify the usage so that the client returns the request object directly, which the service receives? I think it's a little less confusing.Current:
Suggested: