> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.RpcReplyFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias RpcReplyFrame

```typescript
RpcReplyFrame: FrameBase<"rpc-reply"> & { id: number } & (
    | { ok: true; result?: unknown }
    | { error: ProjectRpcErrorPayload; ok: false }
)
```

Types: [FrameBase](core.Supporting_types.FrameBase.md), [ProjectRpcErrorPayload](../interfaces/core.ProjectRpcErrorPayload.md)
