Replace IZosFilesResponse
with IZosFilesTypedResponse
where applicable
#2422
Labels
Blocked
enhancement
New feature or request
priority-low
Legit issue but cosmetic or nice-to-have
v4
Prospective changes for v4
Is your feature or enhancement request related to a problem or limitation? Please describe
I am a developer that wants type inference on the responses received from the z/OS Files SDK functions (such as
List.dataSet
). Without inference, I have to reference pre-existing logic in Zowe Clients or reference z/OSMF API documentation to ensure that I am accessing valid item properties.Describe your enhancement idea
Replace usage of
IZosFilesResponse
withIZosFilesTypedResponse
where applicable.Blocked until #2421 is implemented
The text was updated successfully, but these errors were encountered: