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

# Variable entityPrivateContentRedactArgsSchema`Const`

```typescript
entityPrivateContentRedactArgsSchema: ZodObject<
    {
        contentId: ZodString;
        entityId: ZodString;
        idempotencyKey: ZodOptional<ZodString>;
        slotId: ZodString;
        type: ZodString;
    },
    $strict,
> = ...
```
