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

# Type Alias PrivateContentControlReplyFrame

```typescript
PrivateContentControlReplyFrame: FrameBase<"private-content-control-reply"> & {
    error?: ProjectRpcErrorPayload;
    id: number;
    ok: boolean;
    result?: unknown;
}
```

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