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

# Type Alias EntityQuerySubscriptionChange<T>

```typescript
EntityQuerySubscriptionChange:
    | { kind: "enter"; record: T }
    | { kind: "update"; record: T }
    | { kind: "leave"; selector: { id: string; type: string } }
```

Types: [T](#t)

#### Type Parameters

*   <a id="t"></a>T = unknown
