A response from a Procedure call. If the call returned successfully, the response will be of shape { output: Output }, otherwise { error: ProcedureError }.
{ output: Output }
{ error: ProcedureError }
Generated using TypeDoc
A response from a Procedure call. If the call returned successfully, the response will be of shape
{ output: Output }
, otherwise{ error: ProcedureError }
.