You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently response in envelope is never optional. However, if errors are being captured into the envelope, then, it could be not present. This fact is not reflected in the types
Ideas / Proposed Solution(s)
We've got the plumbing to make this happen. Some static analysis type transformations about output config should all that's needed to correctly type response.
The text was updated successfully, but these errors were encountered:
Perceived Problem
Currently
response
in envelope is never optional. However, if errors are being captured into the envelope, then, it could be not present. This fact is not reflected in the typesIdeas / Proposed Solution(s)
We've got the plumbing to make this happen. Some static analysis type transformations about output config should all that's needed to correctly type
response
.The text was updated successfully, but these errors were encountered: