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

# Variable entityPrivateContentReadArgsSchema`Const`

```typescript
entityPrivateContentReadArgsSchema: ZodObject<
    {
        contentId: ZodString;
        entityId: ZodString;
        slotId: ZodString;
        type: ZodString;
    },
    $strict,
> = selectorSchema
```
