Skip to content

Interface: RemoteCallResponse

Response structure for remote procedure calls

Properties

consumerID

consumerID: string


providerID

providerID: string


requestID

requestID: string


result

result: any


resultType

resultType: "result" | "error"


type

type: "response"

Released under the MIT License.