API Reference > presentation-common > RPC > PresentationRpcResponse PresentationRpcResponse<TResult> Type alias Data structure for presentation RPC responses PresentationRpcResponse = Promise<{ errorMessage?: string, result?: TResult, statusCode: PresentationStatus }> Defined in presentation/common/src/PresentationRpcInterface.ts Line 46 Last Updated: 13 June, 2024