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

# Type Alias EntitySubscriptionChange

```typescript
EntitySubscriptionChange: (events: EntityEvent[], cursor: number) => void
```

Types: [EntityEvent](../interfaces/core.EntityEvent.md)

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (events: EntityEvent[], cursor: number): void
        ```
        
        Types: [EntityEvent](../interfaces/core.EntityEvent.md)
        
    *   #### Parameters
        
        *   events: [EntityEvent](../interfaces/core.EntityEvent.md)\[\]
        *   cursor: number
        
        #### Returns void
