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

# Type Alias PrivateContentControlFrame

```typescript
PrivateContentControlFrame: FrameBase<"private-content-control"> & {
    id: number;
    metadata: WireFrameValue;
    operation: "append" | "read" | "redact";
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md), [WireFrameValue](core.Supporting_types.WireFrameValue.md)
