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

# Type Alias EntityOperation

```typescript
EntityOperation:
    | "type:register"
    | "entity:create"
    | "entity:read"
    | "entity:query"
    | "entity:update"
    | "entity:delete"
    | "entity:watch"
    | "entity:grant"
    | "entity:content-write"
    | "entity:content-read"
    | "entity:content-redact"
```
